Skip to content

Commit 9cc8b36

Browse files
authored
Update stereo_depth_video.cpp
1 parent ae75d72 commit 9cc8b36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/StereoDepth/stereo_depth_video.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ int main() {
9898
cv::imshow("right", right->getFrame());
9999

100100
if(withDepth) {
101-
// Note: in some configurations (if depth is enabled), disparity may output garbage data
102101
auto disparity = dispQueue->get<dai::ImgFrame>();
103102
cv::Mat disp(disparity->getCvFrame());
104103
disp.convertTo(disp, CV_8UC1, disparityMultiplier); // Extend disparity range

0 commit comments

Comments
 (0)