Camera Calibration in Python with OpenCV 

Previously, we touched on the topics of intrinsic and extrinsic camera parameters, as well as camera calibration to remove lens distortion. In the following video, a more comprehensive explanation is presented to link these together, with the added touch of being able to implement in Python these concepts.

Video description: In this Computer Vision and OpenCV Tutorial, We’ll talk about Camera Calibration and Geometry. We will first talk about the basics of camera geometry and how it can be used for calibrating cameras. We will see different types of distortion on cameras and images. At the end of the video, I’ll show you in a Python script how to apply what we have learned and calibrate a camera from a practical computer vision setup.