Skip to content
Snippets Groups Projects

Implements #134 source groups

Merged Nicolas Pope requested to merge feature/134/usegroup into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -205,6 +205,9 @@ bool StereoVideoSource::compute(int n, int b) {
left_.download(rgb_, stream_);
stream_.waitForCompletion(); // TODO:(Nick) Move to getFrames
}
auto cb = host_->callback();
if (cb) cb(timestamp_, rgb_, depth_);
return true;
}
Loading