aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo de la Hogue2022-04-11 16:11:12 +0200
committerThéo de la Hogue2022-04-11 16:11:12 +0200
commit1df43684807a94b80a69625f2e7b7e0cab9590a1 (patch)
tree2819ab4b9eaf3285c54be0629553df3f641e952f
parentcc06156bca9e9d6d6c34458676e763feccf3d411 (diff)
downloadargaze-1df43684807a94b80a69625f2e7b7e0cab9590a1.zip
argaze-1df43684807a94b80a69625f2e7b7e0cab9590a1.tar.gz
argaze-1df43684807a94b80a69625f2e7b7e0cab9590a1.tar.bz2
argaze-1df43684807a94b80a69625f2e7b7e0cab9590a1.tar.xz
Using correct script name.
-rw-r--r--src/argaze/utils/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/utils/README.md b/src/argaze/utils/README.md
index ecb5352..7f0e904 100644
--- a/src/argaze/utils/README.md
+++ b/src/argaze/utils/README.md
@@ -75,7 +75,7 @@ python ./src/argaze/utils/export_tobii_segment_fixations.py -s SEGMENT_PATH
- Track ArUco markers into a Tobii camera video segment (replace SEGMENT_PATH). Load an roi scene (replace ROI_SCENE) .obj file, position it virtually relatively to any detected ArUco markers and project the scene into camera frame. Then, detect if Tobii gaze point is inside any ROI.
```
-python ./src/argaze/utils/live_tobii_aruco_rois.py -s SEGMENT_PATH -c export/tobii_camera.json -m 7.5 -r ROI_SCENE
+python ./src/argaze/utils/export_tobii_segment_aruco_markers.py -s SEGMENT_PATH -c export/tobii_camera.json -m 7.5 -r ROI_SCENE
```
- Track ArUco markers into Tobii camera video stream (replace IP_ADDRESS). Load an roi scene (replace ROI_SCENE) .obj file, position it virtually relatively to any detected ArUco markers and project the scene into camera frame. Then, detect if Tobii gaze point is inside any ROI.