From e7221aed645e0c200d7a88031df3acc359e09f7f Mon Sep 17 00:00:00 2001 From: "A. Abdel-Rahman" Date: Wed, 8 May 2024 09:42:49 -0600 Subject: [PATCH] Fix calibration example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7075cb..aa632aa 100644 --- a/README.md +++ b/README.md @@ -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