diff --git a/src/videobuffer.cpp b/src/videobuffer.cpp index 8f9799a..4b75f51 100644 --- a/src/videobuffer.cpp +++ b/src/videobuffer.cpp @@ -128,10 +128,10 @@ void imageCollectionThread(void* arg) // Delay 15ms - cv::waitKey(15); + usleep(15000); } // Delay 100ms - cv::waitKey(100); + usleep(100000); } } \ No newline at end of file