Aawetzel
- Aug 29, 2024
- Joined Aug 18, 2022
- 0 best answers
@awetzel that's a bit of a different issue - which depthai version are you using? Do you get any crash log when running https://docs.luxonis.com/software/depthai/examples/crash_report/ ?
Hi @awetzel
There were some changes, also to the bootloader. Do cameras have the same bootloader / are you using the same depthai library version for the new cams as well as the old cams? You can check hardware revision with:import depthai as dai with dai.Device() as device: calib = device.readCalibration() print(calib.getEepromData().boardRev)
AFAIK our latest revision is R4M2E4, which was designed in December 2022 (looking at altium designs).
Thoughts?