From edc07edc5a8a30a3790eb61fcc16bf4d9f5f154c Mon Sep 17 00:00:00 2001 From: ackimixs Date: Sat, 10 Feb 2024 19:28:34 +0100 Subject: [PATCH] patch --- photo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/photo.cpp b/photo.cpp index c86740e..80a8522 100644 --- a/photo.cpp +++ b/photo.cpp @@ -27,6 +27,7 @@ int main() cv::imwrite("calibration_images/"+std::to_string(i)+".jpg", image); } } + cam.stopVideo(); return 0; } \ No newline at end of file