Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

i think, you wanted to OR the flags, not make a tuple out of it:

cv2.fisheye.CALIB_RECOMPUTE_EXTRINSIC | cv2.fisheye.CALIB_CHECK_COND | cv2.fisheye.CALIB_FIX_SKEW

(no () around it)