You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want use the cv2.calibrateCamera() to calculate the camera intrinsic parameters using the flag like cv2.CALIB_FIX_FOCAL_LENGTH which works well in C++.
Actual behaviour
The cv2.calibrateCamera() can take in the flag but just not work.
It must get something wrong in the API.