Hi @ShivamSharma
The coverage during calibration is very poor. In order to properly calibrate the cameras, make sure to cover the full FOV of the camera.
Board config file might not be flashed properly, since the calibration_dump actually has three cameras (one seems to be duplicated.
It should look more like this:
{
"batchName": "",
"batchTime": 1679712500,
"boardConf": "IR-C00M05-00",
"boardCustom": "",
"boardName": "DM1090",
"boardOptions": 0,
"boardRev": "R3M0E3",
"cameraData": [
[
2,
{
"cameraType": 0,
"distortionCoeff": [
-2.396423578262329,
-10.477461814880371,
-0.0004928055568598211,
0.0011145062744617462,
26.935871124267578,
-2.4506843090057373,
-10.170122146606445,
26.494205474853516,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
],
"extrinsics": {
"rotationMatrix": [
[
0.997919499874115,
0.05123051628470421,
-0.03914157673716545
],
[
-0.051841288805007935,
0.9985463619232178,
-0.014751287177205086
],
[
0.03832896426320076,
0.016749747097492218,
0.9991247653961182
]
],
"specTranslation": {
"x": -14.5,
"y": -0.0,
"z": -0.0
},
"toCameraSocket": 1,
"translation": {
"x": -14.075519561767578,
"y": 0.5210347771644592,
"z": -0.29575979709625244
}
},
"height": 800,
"intrinsicMatrix": [
[
909.0518188476563,
0.0,
644.2517700195313
],
[
0.0,
909.3357543945313,
383.7008972167969
],
[
0.0,
0.0,
1.0
]
],
"lensPosition": 0,
"specHfovDeg": 75.0,
"width": 1280
}
],
[
1,
{
"cameraType": 0,
"distortionCoeff": [
-3.9288971424102783,
-3.196507692337036,
-0.00022527640976477414,
0.0015712999738752842,
19.68087387084961,
-3.980436325073242,
-2.887248992919922,
19.199928283691406,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
],
"extrinsics": {
"rotationMatrix": [
[
0.0,
0.0,
0.0
],
[
0.0,
0.0,
0.0
],
[
0.0,
0.0,
0.0
]
],
"specTranslation": {
"x": -0.0,
"y": -0.0,
"z": -0.0
},
"toCameraSocket": -1,
"translation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"height": 800,
"intrinsicMatrix": [
[
906.0726318359375,
0.0,
625.2752685546875
],
[
0.0,
906.3057861328125,
399.464599609375
],
[
0.0,
0.0,
1.0
]
],
"lensPosition": 0,
"specHfovDeg": 75.0,
"width": 1280
}
]
],
"deviceName": "",
"hardwareConf": "F0-FV00-BC000",
"housingExtrinsics": {
"rotationMatrix": [],
"specTranslation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"toCameraSocket": -1,
"translation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"imuExtrinsics": {
"rotationMatrix": [
[
0.0,
0.0,
0.0
],
[
0.0,
0.0,
0.0
],
[
0.0,
0.0,
0.0
]
],
"specTranslation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"toCameraSocket": -1,
"translation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"miscellaneousData": [],
"productName": "OAK-FFC-3P",
"stereoEnableDistortionCorrection": false,
"stereoRectificationData": {
"leftCameraSocket": 1,
"rectifiedRotationLeft": [
[
0.9990953207015991,
-0.03698360174894333,
0.020993344485759735
],
[
0.036815181374549866,
0.9992871880531311,
0.008353326469659805
],
[
-0.02128731645643711,
-0.007572895381599665,
0.999744713306427
]
],
"rectifiedRotationRight": [
[
0.9997386932373047,
0.014605958014726639,
-0.017585638910531998
],
[
-0.014745572581887245,
0.9998605847358704,
-0.007835760712623596
],
[
0.017468737438321114,
0.008093023672699928,
0.9998146295547485
]
],
"rightCameraSocket": 2
},
"stereoUseSpecTranslation": true,
"version": 7,
"verticalCameraSocket": -1
}
Thanks,
Jaka