diff options
author | Théo de la Hogue | 2024-04-17 11:04:05 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-04-17 11:04:05 +0200 |
commit | 34b7a55a681c7eda017a0b491cf465421b8a5530 (patch) | |
tree | 9ae07342168aa3afecceb29df6b2081a0ca9e305 /docs/user_guide/utils | |
parent | 08e61668925d9ee23253378561ba53da52de3cd5 (diff) | |
parent | 3faca406ad798dfecc3f41b8a6b2571777c9d501 (diff) | |
download | argaze-34b7a55a681c7eda017a0b491cf465421b8a5530.zip argaze-34b7a55a681c7eda017a0b491cf465421b8a5530.tar.gz argaze-34b7a55a681c7eda017a0b491cf465421b8a5530.tar.bz2 argaze-34b7a55a681c7eda017a0b491cf465421b8a5530.tar.xz |
Merge branch 'main' of ssh://git.recherche.enac.fr/interne-ihm-aero/eye-tracking/argaze
Diffstat (limited to 'docs/user_guide/utils')
-rw-r--r-- | docs/user_guide/utils/demonstrations_scripts.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md index f344eaf..f3f2b9e 100644 --- a/docs/user_guide/utils/demonstrations_scripts.md +++ b/docs/user_guide/utils/demonstrations_scripts.md @@ -84,3 +84,33 @@ Then, execute this command: ```shell python -m argaze ./src/argaze/utils/demo/tobii_post_processing_context.json ``` + +## Pupil Invisible + +### Pupil Invisible live stream context + +!!! note + this demonstration requires to print **A3_demo.pdf** file located in *./src/argaze/utils/demo/* folder on A3 paper sheet. + +Edit **pupillabs_live_stream_context.json** file as below with your own parameters values: + +```json +{ + "argaze.utils.contexts.PupilLabs.LiveStream" : { + "name": "PupilLabs", + "pipeline": "aruco_markers_pipeline.json", + "catch_exceptions": true, + "image_parameters": { + "draw_times": true, + "draw_exceptions": true + } + } +} +``` + +Then, execute this command: + +```shell +python -m argaze ./src/argaze/utils/demo/pupillabs_live_stream_context.json +``` + |