Skip to content
Snippets Groups Projects
Commit 3bcb1f82 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Debug stereo video

parent eafcbc8d
No related branches found
No related tags found
1 merge request!152Implements #168 keeping decoding on GPU
Pipeline #16028 passed
This commit is part of merge request !152. Comments created here will be created in the context of that merge request.
......@@ -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_);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment