Skip to content

Camera Calibrators

Camera Calibrators

axon solves for a camera's intrinsics, the transform between a wrist-mounted camera and the robot TCP (eye-in-hand), and the extrinsics between N synchronized cameras. This tutorial covers all three calibrators, their skills, and the state each one exposes.

IntrinsicCalibrator

Recover a single camera's intrinsic matrix and distortion coefficients from a stack of calibration-board images.

EyeInHandCalibrator

Solve tcp_T_camera, the fixed transform between a robot's TCP and a wrist-mounted camera.

MultiCameraCalibrator

Solve extrinsics between N >= 2 synchronized cameras, with triangulation validation.

Where to Go Next?

Continue to the next tutorial.

Benchmarking & Diagnostics

Cross-validate a calibration configuration and diagnose hand-eye datasets with Axon.

Next tutorial →

Support