https://markhedleyjones.com/projects/calibration-checkerboard-collection
sudo apt install libopencv-dev
g++ -o ./compiled_files/poses 3_marker_posestimation.cpp `pkg-config --cflags --libs opencv4`
./compiled_files/poses
OpenCV documentation: ArUco Detection Tutorial.