I set up a basic CMake project with opencv and some camera calibration scripts on branch [robot-tracking](https://github.com/cvra/robot-software/tree/robot-tracking). @Lu-ni this may help you getting started with a simple camera setup. Then you could have a look at the relevant tutorials: * [Camera calibration With OpenCV](https://docs.opencv.org/2.4/doc/tutorials/calib3d/camera_calibration/camera_calibration.html) * [OpenCV Tutorial: ArUco detection](https://docs.opencv.org/master/d5/dae/tutorial_aruco_detection.html)
I set up a basic CMake project with opencv and some camera calibration scripts on branch robot-tracking.
@Lu-ni this may help you getting started with a simple camera setup. Then you could have a look at the relevant tutorials: