This commit is contained in:
ackimixs
2024-02-10 18:09:37 +01:00
parent 62e2e0bb47
commit 4c31b2dc5e

View File

@@ -91,7 +91,7 @@ std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> Ar
}
cv::Mat frame;
cam.getVideoFrame(frame, 1);
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;