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