From 1e466aa5bd24f7969af4aeb13115fcbe9854fb88 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 22 Mar 2022 16:17:46 +0100 Subject: Updating utils package documentation --- src/argaze/utils/README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. ``` -- cgit v1.1