I am running the Stereo Pi Fisheye tutorial. I am on part 4, the calibration. I seem to calibrate both individual cameras but it fails on the Stereo calibration.
File "4_calibration_fisheye.py", line 170, in calibrate_one_camera
result = calibrate_one_camera(objpointsRIght, imgpointsRight, 'right')
File "4_calibration_fisheye.py", line 170, in calibrate_one_camera
(cv2.TERM_CRITERIA_EPS+cv2.TERM_CRITERIA_MAX_ITER, 30 1e-6)
cv2.error: OpenCV(3.4.3) /home/pi/opencv-python/opencv/modules/calib3d/src/fisheye.cpp
Any ideas what could be going wrong? Is it the pictures?
Could it be there is a delay between cameras? How to check for this?