Calibrate your camera using OpenCV.
To compile the cameraCalibration.cpp
code, use the following:
mkdir build
cd build
cmake ..
cmake --build . --config Release
Refer to the following to use the compiled file:
./build/cameraCalibration
Refer to the following to use the cameraCalibration.py
file:
python3 cameraCalibration.py
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.