Hello,
I am trying to use an OAK FFC 4p with two IMX378 cameras as a stereo camera. After mounting them on a custom 3D printed piece, I managed to calibrate the stereo pair following this guide : https://docs.luxonis.com/projects/hardware/en/latest/pages/guides/calibration.html
I got the following reprojection and epipolar errors :
(I am using the latest release btw : https://github.com/luxonis/depthai/releases/tag/v1.10.0-sdk)
I had to bypass a status check to force the flashing of the eeprom, as I got an average epipolar error of 0.9 and you say in the documentation : "An average epipolar error of <1.5 is considered to be good, but not required.", but the threshold must be lower than 0.9.
Anyways, the flashing seems be OK :
However, when I run the depthai_demo.py script, the depth (along with other things) is disabled :
Any idea why ?
Thanks !