1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Add option to force reopen camera in interactive calibration tool

This commit is contained in:
Smirnov Egor
2022-07-04 15:56:28 +03:00
parent 3bf22d0024
commit 08696d92ea
4 changed files with 50 additions and 22 deletions
+1
View File
@@ -42,6 +42,7 @@ const std::string keys =
"{pf | defaultConfig.xml| Advanced application parameters}"
"{save_frames | false | Save frames that contribute to final calibration}"
"{zoom | 1 | Zoom factor applied to the image}"
"{force_reopen | false | Forcefully reopen camera in case of errors}"
"{help | | Print help}";
bool calib::showOverlayMessage(const std::string& message)