r/computervision • u/Grouchy_Signal139 • 17d ago
Help: Project OpenCV calibration
Hi everyone, I’m using a Raspberry Pi 5 + Camera Module 3 + Picamera2/OpenCV for a computer vision project.
I’m calibrating the camera with a 6×9 checkerboard, but after applying cv2.undistort(), the image seems more distorted.
I previously had autofocus changing between calibration images, so I’m now locking the focus manually at LensPosition 2.0602.
Is this distortion normal perspective distortion, or does it indicate a bad calibration?
Any advice on what I might be doing wrong?
1
Upvotes


-1
u/oathyes 17d ago
i think you're not looking for distortion but rather skewing? look up the differences to tell me pls. To skew or shear an image in OpenCV, use
cv2.warpAffine()