Skip to content
Snippets Groups Projects

Implements #168 keeping decoding on GPU

Merged Nicolas Pope requested to merge feature/168/keepgpu into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -244,6 +244,7 @@ bool StereoVideoSource::compute(int n, int b) {
} else {
//left.download(rgb_, stream_);
stream_.waitForCompletion(); // TODO:(Nick) Move to getFrames
LOG(INFO) << "NO SECOND CHANNEL: " << (bool)depth_.empty();
host_->notify(timestamp_, left, depth_);
}
Loading