Skip to content

Commit e7221ae

Browse files
authored
Fix calibration example
1 parent 504dee1 commit e7221ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ found in the folder it saves to with the filename `config.json`. A checkerboard
3131

3232
#### Example
3333
```
34-
python3 -m camoperator.calibrate -p /dev/ttyUSB0 -o ./images/config.json
34+
python3 -m camoperator.calibrate -p /dev/ttyUSB0 --checkerboard-dims 6,8 -o ./images/config.json
3535
```
3636

3737
### Capture

0 commit comments

Comments
 (0)