Hi @robomick
Go to luxonis/depthaitree/develop develop branch, pull the changes (recursively). Then manually
set the sensor names in the .json file:
{
"board_config":
{
"name": "Custom FFC",
"revision": "R1M0E1",
"cameras":{
"CAM_A": {
"model": "OV9782",
"name": "right",
"hfov": 71.86,
"type": "color",
"extrinsics": {
"to_cam": "CAM_D",
"specTranslation": {
"x": 10.95,
"y": 0,
"z": 0
},
"rotation":{
"r": 0,
"p": 0,
"y": 0
}
}
},
"CAM_D": {
"model": "OV9782",
"name": "left",
"hfov": 71.86,
"type": "color"
}
},
"stereo_config":{
"left_cam": "CAM_D",
"right_cam": "CAM_A"
}
}
}
Then retry the calibration.
Thanks,
Jaka