- Edited
Hardware used:
- 2 camera module OAK-FFC-48MP
- 1 OAK-FFC 4P
- charuco_28inch_15x8
Hardware mounting:
Config board:
- OAK-FFC-4P.json
I have been trying to calibrate a stereo pair for depth calculation (disparity). However, I cannot get the epipolar error lower than 1.06. I also have noticed that the reprojection error between cameras differ a lot (0.76 against 1.24)
I am using the charuco from the official github in a flat monitor of 27inch (so I adapted the checker size to 3.8cm). I have followed the recommendations from the website but the error is still high.
This is the command I am running to make de calibration: python3 calibrate.py -s 3.8 -nx 15 -ny 8 -brd OAK-FFC-4P.json
Anyway, I flashed the EEPROM and tried to run depth estimation but the results are really bad
¿Do you have any idea/recomendation about what I can do to improve the calibration?
I attach the images used for the calibration and the script I ran for the disparity calculation
https://drive.google.com/drive/folders/1CVXPqhDcZUiZ2mwpr0SuMn01XbnaRlPP?usp=sharing
Kind regards
Adrian