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 d0e6a54 commit f0169b9Copy full SHA for f0169b9
examples/python/StereoDepth/stereo.py
@@ -10,8 +10,8 @@
10
stereo = pipeline.create(dai.node.StereoDepth)
11
12
# Linking
13
-monoLeftOut = monoLeft.requestFullResolutionOutput(type=dai.ImgFrame.Type.NV12)
14
-monoRightOut = monoRight.requestFullResolutionOutput(type=dai.ImgFrame.Type.NV12)
+monoLeftOut = monoLeft.requestFullResolutionOutput()
+monoRightOut = monoRight.requestFullResolutionOutput()
15
monoLeftOut.link(stereo.left)
16
monoRightOut.link(stereo.right)
17
0 commit comments