From b6da5f7183e8aee471e72502cbd7c8347490b93b Mon Sep 17 00:00:00 2001 From: ackimixs Date: Mon, 8 Apr 2024 16:18:48 +0200 Subject: [PATCH] lccv --- calibrationCharuco.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calibrationCharuco.cpp b/calibrationCharuco.cpp index 5eb7391..9ac07d9 100644 --- a/calibrationCharuco.cpp +++ b/calibrationCharuco.cpp @@ -1,6 +1,7 @@ #include #include #include +#include #include @@ -49,6 +50,7 @@ int main(int argc, char *argv[]) { cv::Size imgSize; char key; + std::this_thread::sleep_for(std::chrono::milliseconds(10)); while(key != 27) { cv::Mat image, imageCopy;