diff --git a/components/rgbd-sources/src/sources/stereovideo/stereovideo.cpp b/components/rgbd-sources/src/sources/stereovideo/stereovideo.cpp
index 17ee40f9a9c7df49fdad40f3ca5cd8562d8c0c32..f8e08a9f6d1f7670adeb8be9310129e8353daf1b 100644
--- a/components/rgbd-sources/src/sources/stereovideo/stereovideo.cpp
+++ b/components/rgbd-sources/src/sources/stereovideo/stereovideo.cpp
@@ -244,7 +244,8 @@ 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();
+		//LOG(INFO) << "NO SECOND CHANNEL: " << (bool)depth_.empty();
+		depth_.create(left.size(), left.type());
 		host_->notify(timestamp_, left, depth_);
 	}