Skip to content
Snippets Groups Projects
Commit ebfafa8c authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Reset stream on record start

parent a193c33a
No related branches found
No related tags found
No related merge requests found
Pipeline #19900 passed
...@@ -191,6 +191,7 @@ void SourceWindow::recordVideo(const std::string &filename) { ...@@ -191,6 +191,7 @@ void SourceWindow::recordVideo(const std::string &filename) {
LOG(INFO) << "Recording started: " << filename; LOG(INFO) << "Recording started: " << filename;
// TODO: Inject pose and calibrations // TODO: Inject pose and calibrations
stream_->reset();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment