Skip to content

Commit

Permalink
fix(api): fps double.
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyOh committed Mar 7, 2019
1 parent ea5d40f commit dc0a259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mynteye/api/processor/root_camera_processor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ void s1s2Processor::StartVideoStreaming() {
auto &&stream_data = data2api(data);
ProcessNativeStream(stream, stream_data);
// Need mutex if set callback after start
if (callback) {
callback(stream_data);
}
// if (callback) {
// callback(stream_data);
// }
},
true);
}
Expand Down

0 comments on commit dc0a259

Please sign in to comment.