cam timeout

This commit is contained in:
ackimixs
2024-04-30 10:36:59 +02:00
parent d129069f90
commit ce9f84e5b8

View File

@@ -89,7 +89,7 @@ std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> Ar
cv::Mat frameNotRotated;
cv::Mat frameDistored;
// TODO to test
cam->getVideoFrame(frameNotRotated, 200);
cam->getVideoFrame(frameNotRotated, 500);
cv::flip(frameNotRotated, frame, -1);
// cv::undistort(frameDistored, frame, cameraMatrix, distCoeffs);