diff options
author | Damien Mouratille | 2024-04-11 11:59:58 +0200 |
---|---|---|
committer | Damien Mouratille | 2024-04-11 11:59:58 +0200 |
commit | 3faca406ad798dfecc3f41b8a6b2571777c9d501 (patch) | |
tree | 5544fb853bfdeea8e963fae4690f22902ac0aaec /docs/user_guide/utils/demonstrations_scripts.md | |
parent | 273e168f53439dd1225c3679dbeca09503dc01e7 (diff) | |
download | argaze-3faca406ad798dfecc3f41b8a6b2571777c9d501.zip argaze-3faca406ad798dfecc3f41b8a6b2571777c9d501.tar.gz argaze-3faca406ad798dfecc3f41b8a6b2571777c9d501.tar.bz2 argaze-3faca406ad798dfecc3f41b8a6b2571777c9d501.tar.xz |
Add Pupil Invisible documentation
Diffstat (limited to 'docs/user_guide/utils/demonstrations_scripts.md')
-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 +``` + |