TemugeB / python_stereo_camera_calibrate

Stereo camera calibration with python and openCV
Apache License 2.0
132 stars 33 forks source link

Checkerboard not working #18

Closed Bloctans closed 5 months ago

Bloctans commented 5 months ago

im getting this error: cv2.error: OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\calib3d\src\calibration.cpp:3694: error: (-215:Assertion failed) nimages > 0 in function 'cv::calibrateCameraRO'

i found out that findChessboardCorners isnt able to find my checkerboard how do i fix this?

Bloctans commented 5 months ago

i tried using cv.CALIB_USE_INTRINSIC_GUESS and it didnt work