fix(api): Remove duplicate frames,change samples after disparity with enum BM

This commit is contained in:
TinyOh
2019-03-11 16:28:31 +08:00
parent e85321130e
commit f08dda33b5
8 changed files with 33 additions and 11 deletions

View File

@@ -90,10 +90,6 @@ void s1s2Processor::StartVideoStreaming() {
[this, stream, callback](const device::StreamData &data) {
auto &&stream_data = data2api(data);
ProcessNativeStream(stream, stream_data);
// Need mutex if set callback after start
// if (callback) {
// callback(stream_data);
// }
},
true);
}