A
awetzel

  • Aug 29, 2024
  • Joined Aug 18, 2022
  • 0 best answers
  • @awetzel are you able to provide a minimal repro example, so we could debug this issue (stereoShave 487)?

  • I see, thank you for the report @awetzel , let me check with the team wrt HW changes E3 -> E4. From the context it seems it's a power issue - have you tried with different POE injectors/switches, to eliminate the possibility that injector can't provide enough power?

    • 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?