aboutsummaryrefslogtreecommitdiff
path: root/docs/use_cases/pilot_gaze_monitoring/introduction.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-08 09:50:13 +0200
committerThéo de la Hogue2024-07-08 09:50:13 +0200
commita4d35335db238955baac2723eba9edece805b83a (patch)
tree03f4e8fcdde2c9bf32990018f24b038ce391b78b /docs/use_cases/pilot_gaze_monitoring/introduction.md
parent54f31d6377576c0dc8e1d18d900354404eedf815 (diff)
downloadargaze-a4d35335db238955baac2723eba9edece805b83a.zip
argaze-a4d35335db238955baac2723eba9edece805b83a.tar.gz
argaze-a4d35335db238955baac2723eba9edece805b83a.tar.bz2
argaze-a4d35335db238955baac2723eba9edece805b83a.tar.xz
Improving pilot monitoring use case.
Diffstat (limited to 'docs/use_cases/pilot_gaze_monitoring/introduction.md')
-rw-r--r--docs/use_cases/pilot_gaze_monitoring/introduction.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/use_cases/pilot_gaze_monitoring/introduction.md b/docs/use_cases/pilot_gaze_monitoring/introduction.md
index 453a443..f5de773 100644
--- a/docs/use_cases/pilot_gaze_monitoring/introduction.md
+++ b/docs/use_cases/pilot_gaze_monitoring/introduction.md
@@ -30,7 +30,7 @@ Finally, fixation events were sent in real-time through [Ivy bus middleware](htt
## Setup
-The setup to integrate **ArGaze** to the experiment is defined by 3 main files:
+The setup to integrate **ArGaze** to the experiment is defined by 3 main files detailled in the next chapters:
* The context file that captures gaze data and scene camera video: [live_streaming_context.json](context.md)
* The pipeline file that processes gaze data and scene camera video: [live_processing_pipeline.json](pipeline.md)
@@ -42,5 +42,6 @@ As any **ArGaze** setup, it is loaded by executing the following command:
python -m argaze load live_streaming_context.json
```
-## Performance
+This command opens a GUI window that allows to start gaze calibration, to launch recording and to monitor gaze mapping.
+![ArGaze load GUI for Haiku](../../img/argaze_load_gui_haiku.png)