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
Basically, cv2.fisheye.stereoRectify already provides projection matrix which P[0, 0] matchs between 2 cameras.
After this operation, projection matrix was changed and P[0, 0] is not matched between 2 cameras ?
Good day
I'm using calibrator.py to calibrate my fisheye stereo camera.
The problem is about the projection matrix.
P[0, 0] of left and right camera is not match.
I suspect in this line. Why we need this ?
image_pipeline/camera_calibration/src/camera_calibration/calibrator.py
Line 1216 in e139e5a
Basically, cv2.fisheye.stereoRectify already provides projection matrix which P[0, 0] matchs between 2 cameras.
After this operation, projection matrix was changed and P[0, 0] is not matched between 2 cameras ?
The question is
image_pipeline/camera_calibration/src/camera_calibration/calibrator.py
Line 1216 in e139e5a
The text was updated successfully, but these errors were encountered: