Skip to content

Commit

Permalink
Fix calibration example
Browse files Browse the repository at this point in the history
  • Loading branch information
Abogical authored May 8, 2024
1 parent 504dee1 commit e7221ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ found in the folder it saves to with the filename `config.json`. A checkerboard

#### Example
```
python3 -m camoperator.calibrate -p /dev/ttyUSB0 -o ./images/config.json
python3 -m camoperator.calibrate -p /dev/ttyUSB0 --checkerboard-dims 6,8 -o ./images/config.json
```

### Capture
Expand Down

0 comments on commit e7221ae

Please sign in to comment.