Skip to content

Commit

Permalink
fix arguments in docs for bardVideoCalibration.py (#115 #114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Jun 23, 2023
1 parent e8eabf9 commit b5406b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/02_1_Calibrate_Your_Camera.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@ in the terminal window.
Often, in a research setting, it is best to save the data for later
analysis. The same program can be used to save the data to a given folder.

Use the '-s' option to specify a directory to save to, and the
'-p' option to specify a filename prefix.
Use the '-o' option to specify a directory to save to, the
'-p' option to specify a filename prefix, and '-h' option to show help message and exit.

For example:
::

python bardVideoCalibration.py -c config/video_calib_chessboard.json -s tests/output -p myresults
#usage: bardVideoCalibration.py [-h] -c CONFIG [-s SOURCE] [-o OUTPUT] [-p PREFIX] [-ni] [-v]

Then, each time the program recalibrates, the results will be saved to the 'tests/output' folder, with the filename prefix 'myresults'.

Expand Down

0 comments on commit b5406b0

Please sign in to comment.