From ddfd30688e9c13d0bf67a3370c5d08e2186496f9 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Thu, 2 May 2024 16:58:05 +0200 Subject: [PATCH] calibration --- calibrationCharuco.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibrationCharuco.cpp b/calibrationCharuco.cpp index 3542c30..2ab61a5 100644 --- a/calibrationCharuco.cpp +++ b/calibrationCharuco.cpp @@ -302,7 +302,7 @@ int main(int argc, char *argv[]) { } cam.stopVideo(); - cv::destroyWindow("Video"); + cv::destroyWindow("out"); return 0; } \ No newline at end of file