aboutsummaryrefslogtreecommitdiff
path: root/docs/use_cases/pilot_gaze_monitoring/context.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/context.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/context.md')
-rw-r--r--docs/use_cases/pilot_gaze_monitoring/context.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/use_cases/pilot_gaze_monitoring/context.md b/docs/use_cases/pilot_gaze_monitoring/context.md
index 417ed13..d6b712e 100644
--- a/docs/use_cases/pilot_gaze_monitoring/context.md
+++ b/docs/use_cases/pilot_gaze_monitoring/context.md
@@ -1,12 +1,11 @@
Live streaming context
======================
-The context handles pipeline inputs.
+The context handles incoming eye tracker data before to pass them to a processing pipeline.
## live_streaming_context.json
-For this use case we need to connect to a Tobii Pro Glasses 2 device.
-**ArGaze** provides a context class to live stream data from this device.
+For this use case we need to connect to a Tobii Pro Glasses 2 device: **ArGaze** provides a [ready-made context](../../../user_guide/eye_tracking_context/context_modules/tobii_pro_glasses_2/) class to live stream data from this device.
While *address*, *project*, *participant* and *configuration* entries are specific to the [TobiiProGlasses2.LiveStream](../../argaze.md/#argaze.utils.contexts.TobiiProGlasses2.LiveStream) class, *name*, *pipeline* and *observers* entries are part of the parent [ArContext](../../argaze.md/#argaze.ArFeatures.ArContext) class.
@@ -39,4 +38,4 @@ While *address*, *project*, *participant* and *configuration* entries are specif
The [live_processing_pipeline.json](pipeline.md) file mentioned aboved is described in the next chapter.
-The observers objects are defined into the [observers.py](observers.md) file that is described in a next chapter. \ No newline at end of file
+The *IvyBus* observer object is defined into the [observers.py](observers.md) file that is described in a next chapter. \ No newline at end of file