Hi @robotaiguy
Downgrade depthai version, then open device_manager.py. Then you can flash the version coupled with the depthai library.
We will check the issue.
Thanks,
Jaka
Hi @robotaiguy
Downgrade depthai version, then open device_manager.py. Then you can flash the version coupled with the depthai library.
We will check the issue.
Thanks,
Jaka
Hi @robotaiguy
Set the frame type to GRAY8:
manip = pipeline.create(dai.node.ImageManip)
manip.initialConfig.setFrameType(dai.RawImgFrame.Type.GRAY8)
camRgb.preview.link(manip.inputImage)
manip.out.link(xoutRgb.input)
Thanks,
Jaka