Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 692 Bytes

calibration.rst

File metadata and controls

15 lines (10 loc) · 692 Bytes

Calibration

To perform accurate pose estimation, each camera must be calibrated. To calibrate the camera, OpenCV ships with a tool to assist.

The resulting calibration file can be passed into a zoloto.cameras.camera.Camera.

Note: Occasionally on Linux, the tool will fail to open the camera. This happens as it uses gstreamer backend by default, whereas Zoloto uses v4l2. To disable gstreamer, set the OPENCV_VIDEOIO_PRIORITY_GSTREAMER=0 environment variable.

Calibration Parameters

zoloto.calibration.CalibrationParameters