From c3150ecc28960112d9201fdf952aa6bc60b9323d Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Mon, 11 Apr 2022 12:06:21 +0200 Subject: Adding replay command into utils README --- 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 f459fcb..d23590e 100644 --- a/src/argaze/utils/README.md +++ b/src/argaze/utils/README.md @@ -60,6 +60,12 @@ python ./src/argaze/utils/explore_tobii_sdcard.py -r RECORDING_PATH python ./src/argaze/utils/explore_tobii_sdcard.py -s SEGMENT_PATH ``` +- Replay a Tobii Glasses Pro 2 session (replace SEGMENT_PATH) synchronizing video and data together. + +``` +python ./src/argaze/utils/replay_tobii_session.py -s SEGMENT_PATH +``` + - Export Tobii segment fixations (replace SEGMENT_PATH) into a fixations.json file into the segment folder ``` -- cgit v1.1