This commit is contained in:
ackimixs
2024-02-10 19:28:34 +01:00
parent 66e852d3ce
commit edc07edc5a

View File

@@ -27,6 +27,7 @@ int main()
cv::imwrite("calibration_images/"+std::to_string(i)+".jpg", image);
}
}
cam.stopVideo();
return 0;
}