Hi everyone,

I'm currently calibrating an OAK-D camera and I'm encountering some issues. The error I'm facing is as follows:

RuntimeError: No PROTECTED permissions to override protected EEPROM field

Could anyone help me with this?

    abned
    You are trying to overwrite protected fields in the calibration file, (board_name, config,..). Create calibration handler in a way that none of those are present.
    Basically only flash the calibration with the intrinsics/extrinsics, not the whole calibration.

    Similar to: https://docs.luxonis.com/projects/api/en/latest/samples/calibration/calibration_flash/ which doesn't alter any of the protected fields.

    Thanks,
    Jaka

      jakaskerl Thank you so much for your help. Your advice was incredibly useful, and I was able to resolve the problem thanks to your guidance.

      I really appreciate your assistance!

      Best regards,

      Andy