Skip to content

Commit dc0a259

Browse files
author
TinyOh
committed
fix(api): fps double.
1 parent ea5d40f commit dc0a259

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mynteye/api/processor/root_camera_processor.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ void s1s2Processor::StartVideoStreaming() {
9191
auto &&stream_data = data2api(data);
9292
ProcessNativeStream(stream, stream_data);
9393
// Need mutex if set callback after start
94-
if (callback) {
95-
callback(stream_data);
96-
}
94+
// if (callback) {
95+
// callback(stream_data);
96+
// }
9797
},
9898
true);
9999
}

0 commit comments

Comments
 (0)