This commit is contained in:
ackimixs
2024-02-10 18:43:37 +01:00
parent 247ce0e1cb
commit 95a51f1f3d

View File

@@ -94,7 +94,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, 10);
// cap >> frame; // Capture frame from the camera
std::pair<int, std::vector<std::pair<ArucoTag, std::pair<cv::Mat, cv::Mat>>>> result;