This commit is contained in:
ackimixs
2024-02-10 18:54:11 +01:00
parent bd63cc978d
commit f352cf823e

View File

@@ -93,7 +93,7 @@ std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> Ar
}
cv::Mat frame;
cam.getVideoFrame(frame, 200);
cam.getVideoFrame(frame, 1000);
// cap >> frame; // Capture frame from the camera
std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> result;