First time here? Check out the FAQ!
answered 2018-08-23 03:42:32 -0600
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)
()