Checking the Calibration of a Stereo Camera

<< Click to Display Table of Contents >>

Navigation:  HowTo's > Calibration >

Checking the Calibration of a Stereo Camera

Changes in temperature and forces from mounting the camera can change its internal geometry and lead to an incorrect calibration. You can check whether the calibration of your camera still fits with a calibration pattern.

Capture an image where the camera sees a calibration pattern.

Execute CollectPatterns and EstimatePatternPose. The result contains the PoseError, which is the difference between the pattern pose estimates from the left and the right camera image. This error should be low for a good calibration. If the geometry of your camera changed and the calibration does not fit anymore, it will become larger.
Note that the exact values depend on the measurement volume of your camera. You should perform this test with a known good calibration to get reference values.

Note: We recommend to foresee regular calibration checks in the final application.

Dynamic Recalibration

The calibration can automatically be adjusted to small changes of the camera geometry with the dynamic calibration. It automatically gets updated when you capture images while UseRecalibrator is enabled. You can explicitly perform such a recalibration with the Recalibrate command.

Note: The dynamic recalibration has a limit on how far the angles can be adjusted. If the camera geometry changed too much, the DynamicCalibrationLimitReached flag will be set. You should check this flag to get notified about potential problems with the camera calibration.