This commit is contained in:
ackimixs
2024-02-10 18:52:39 +01:00
parent 1cb8c881b6
commit 8a28316805

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, 10);
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;