aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo de la Hogue2022-03-29 13:20:07 +0200
committerThéo de la Hogue2022-03-29 13:20:07 +0200
commit2557e40a9d21806a8eee02eb92d404de36c85410 (patch)
tree48e9208f5796f70a11b074f22b455d0a738e28cd
parent80bffcd07062b12fadc74162b7a952655f5fbd63 (diff)
downloadargaze-2557e40a9d21806a8eee02eb92d404de36c85410.zip
argaze-2557e40a9d21806a8eee02eb92d404de36c85410.tar.gz
argaze-2557e40a9d21806a8eee02eb92d404de36c85410.tar.bz2
argaze-2557e40a9d21806a8eee02eb92d404de36c85410.tar.xz
Updating utils documentation
-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 9f6f9b9..8659903 100644
--- a/src/argaze/utils/README.md
+++ b/src/argaze/utils/README.md
@@ -54,10 +54,10 @@ python ./src/argaze/utils/explore_tobii_sdcard.py -r RECORDING_PATH
python ./src/argaze/utils/explore_tobii_sdcard.py -s SEGMENT_PATH
```
-- Analyse Tobii segment fixations (replace SEGMENT_PATH)
+- Export Tobii segment fixations (replace SEGMENT_PATH) into a fixations.json file into the segment folder
```
-python ./src/argaze/utils/analyse_tobii_segment_fixations.py -s SEGMENT_PATH
+python ./src/argaze/utils/export_tobii_segment_fixations.py -s SEGMENT_PATH
```
- Track any 6cm ArUco marker into calibrated Tobii camera video stream (replace IP_ADDRESS). Load an roi scene (replace ROI_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.