- Best Answerset by abned
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