fix missing library

This commit is contained in:
Thomas BONNIER 2024-11-29 16:01:31 +01:00
parent e45145988e
commit 0f2cfce8f8
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <opencv2/aruco.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/calib3d.hpp>
#include <thread>
cv::Mat cameraMatrix, distCoeffs;