Detects a charuco board in a live stream from a Basler camera and overlays the board detections.
-
Install with:
conda env create -f environment.yml
-
Activate the environment:
conda activate janky-charuco-calibrator
-
Call
main.py
, optionally with the camera serial number:python main.py
python main.py 24750370
-
While running, press S to save the raw image or Q to quit.