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.
2 parents d0e6a54 + f0169b9 commit 1285505Copy full SHA for 1285505
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