diff --git a/aruco/ArucoDetector.cpp b/aruco/ArucoDetector.cpp index df4234f..59849ac 100644 --- a/aruco/ArucoDetector.cpp +++ b/aruco/ArucoDetector.cpp @@ -93,7 +93,7 @@ std::pair>>> Ar } cv::Mat frame; - cam.getVideoFrame(frame, 10); + cam.getVideoFrame(frame, 1000); // cap >> frame; // Capture frame from the camera std::pair>>> result;