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
You are using different calibration methods for fisheye and non-fisheye cameras, but you haven't accounted for distortion coefficients in the non-fisheye case. In the non-fisheye branch, cv2.calibrateCamera returns more than just K and D; you'll also need to capture the distortion coefficients (D)
assign me this project so that i could fix the issue
The text was updated successfully, but these errors were encountered:
You are using different calibration methods for fisheye and non-fisheye cameras, but you haven't accounted for distortion coefficients in the non-fisheye case. In the non-fisheye branch, cv2.calibrateCamera returns more than just K and D; you'll also need to capture the distortion coefficients (D)
assign me this project so that i could fix the issue
The text was updated successfully, but these errors were encountered: