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 cb13751 + 990f342 commit 9f5e0ebCopy full SHA for 9f5e0eb
1 file changed
examples/python/NeuralDepth/neural_depth_minimal.py
@@ -13,7 +13,7 @@
13
leftOutput = cameraLeft.requestFullResolutionOutput()
14
rightOutput = cameraRight.requestFullResolutionOutput()
15
16
- neuralDepth = pipeline.create(dai.node.NeuralDepth).build(leftOutput, rightOutput, dai.DeviceModelZoo.NEURAL_DEPTH_192X120)
+ neuralDepth = pipeline.create(dai.node.NeuralDepth).build(leftOutput, rightOutput, dai.DeviceModelZoo.NEURAL_DEPTH_LARGE)
17
18
disparityQueue = neuralDepth.disparity.createOutputQueue()
19
0 commit comments