aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThéo de la Hogue2022-03-22 16:17:46 +0100
committerThéo de la Hogue2022-03-22 16:17:46 +0100
commit1e466aa5bd24f7969af4aeb13115fcbe9854fb88 (patch)
treef33232b46dcaaed36de6648006130e3c9e28fc89 /src
parentb33cef417f6427cbfe5e41032ce766494188fabf (diff)
downloadargaze-1e466aa5bd24f7969af4aeb13115fcbe9854fb88.zip
argaze-1e466aa5bd24f7969af4aeb13115fcbe9854fb88.tar.gz
argaze-1e466aa5bd24f7969af4aeb13115fcbe9854fb88.tar.bz2
argaze-1e466aa5bd24f7969af4aeb13115fcbe9854fb88.tar.xz
Updating utils package documentation
Diffstat (limited to 'src')
-rw-r--r--src/argaze/utils/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/argaze/utils/README.md b/src/argaze/utils/README.md
index afcc232..63d060e 100644
--- a/src/argaze/utils/README.md
+++ b/src/argaze/utils/README.md
@@ -24,6 +24,12 @@ 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 export/tobii_camera.json
```
+- Record a Tobii Glasses Pro 2 'Test' session for a participant '1' on Tobii interface's SD card (replace IP_ADDRESS).
+
+```
+python ./src/argaze/utils/record_tobii_session.py -t IP_ADDRESS -p Test -i 1
+```
+
- 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.
```