Camera Calibration
Overview
ZED cameras undergo an extensive and rigorous multi-step factory calibration process to ensure accurate camera parameter estimation. This calibration defines key characteristics such as focal length, field of view, and stereo alignment, which are essential for various computer vision and imaging applications.
The following parameters can be retrieved for each eye and resolution:
- Focal length:
fx,fy. - Principal points:
cx,cy. - Lens distortion:
k1,k2,k3,p1,p2. - Horizontal, vertical and diagonal field of view.
- Stereo calibration: rotation and translation between left and right eye.
Using the API
Camera parameters are available in CalibrationParameters. They can be retrieved using getCameraInformation().
f self-calibration is enabled, calibration parameters can be re-estimated and refined by the ZED SDK at startup. Updated parameters will be available in CalibrationParameters.

