From 3faca406ad798dfecc3f41b8a6b2571777c9d501 Mon Sep 17 00:00:00 2001 From: Damien Mouratille Date: Thu, 11 Apr 2024 11:59:58 +0200 Subject: Add Pupil Invisible documentation --- docs/user_guide/utils/demonstrations_scripts.md | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 +``` + -- cgit v1.1