We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a7a9f commit f1cb2a8Copy full SHA for f1cb2a8
depth_test/depthtest.py
@@ -355,7 +355,7 @@ def get_frame(self):
355
356
if colorMode == QtGui.QImage.Format_RGB888:
357
depth_frame_color = cv2.cvtColor(depth_frame_color, cv2.COLOR_BGR2RGB)
358
- return depth_frame_color, depth_frame
+ return depth_frame_color, depth_frame
359
360
def get_resolution(self):
361
return self.resolution
0 commit comments