aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo de la Hogue2022-03-15 17:58:04 +0100
committerThéo de la Hogue2022-03-15 17:58:04 +0100
commit3c15d71ef86135f8faa07ecf59e5d03bb2f9fd4c (patch)
treeaa828af980df750518294710fe497fda123b3333
parentb46433c90764800d44299a229569d6d5b49ee1fb (diff)
downloadargaze-3c15d71ef86135f8faa07ecf59e5d03bb2f9fd4c.zip
argaze-3c15d71ef86135f8faa07ecf59e5d03bb2f9fd4c.tar.gz
argaze-3c15d71ef86135f8faa07ecf59e5d03bb2f9fd4c.tar.bz2
argaze-3c15d71ef86135f8faa07ecf59e5d03bb2f9fd4c.tar.xz
Adding IP_ADDRESS argument
-rw-r--r--src/argaze/utils/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/argaze/utils/README.md b/src/argaze/utils/README.md
index d0b6024..5ce668f 100644
--- a/src/argaze/utils/README.md
+++ b/src/argaze/utils/README.md
@@ -24,8 +24,8 @@ python ./src/argaze/utils/export_calibration_board.py 7 5 5 3 -o export
python ./src/argaze/utils/tobii_camera_calibration.py 7 5 5 3 -t IP_ADDRESS -o tobii_camera.json
```
-- Track any 6cm ArUco marker into Tobii camera video stream. Load an roi3D_scene.obj file, position it virtually like the detected ArUco markers and project the scene into camera frame. Then, detect if Tobii gaze point is inside any ROI. Export all collected datas into an export folder.
+- Track any 6cm ArUco marker into Tobii camera video stream (replace IP_ADDRESS). Load an roi3D_scene.obj file, position it virtually like the detected ArUco markers and project the scene into camera frame. Then, detect if Tobii gaze point is inside any ROI. Export all collected datas into an export folder.
```
-python ./src/argaze/utils/track_aruco_rois_with_tobii_glasses.py -c data/tobii_camera.json -s data/roi3D_scene.obj -o export
+python ./src/argaze/utils/track_aruco_rois_with_tobii_glasses.py -t IP_ADDRESS -c data/tobii_camera.json -s data/roi3D_scene.obj -o export
``` \ No newline at end of file