We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d529a0 commit 80006f4Copy full SHA for 80006f4
src/capture.cpp
@@ -837,6 +837,7 @@ void acquisition::Capture::save_mat_frames(int dump) {
837
create_cam_directories();
838
839
string timestamp;
840
+ mesg.name.clear();
841
for (unsigned int i = 0; i < numCameras_; i++) {
842
843
if (dump) {
@@ -924,6 +925,7 @@ void acquisition::Capture::save_binary_frames(int dump) {
924
925
926
927
928
929
930
931
0 commit comments