diff options
author | Théo de la Hogue | 2024-07-02 07:21:25 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-07-02 07:21:25 +0200 |
commit | b7f28b2d12c65d097607f5941a5d081d94bd83cb (patch) | |
tree | 6b92f05047300a54df59edbad8dd41fb9c1d25de /docs/use_cases/pilot_gaze_monitoring/context.md | |
parent | 3fc1abf3ed699c71faf7dec66c53a3a020ec8e16 (diff) | |
download | argaze-b7f28b2d12c65d097607f5941a5d081d94bd83cb.zip argaze-b7f28b2d12c65d097607f5941a5d081d94bd83cb.tar.gz argaze-b7f28b2d12c65d097607f5941a5d081d94bd83cb.tar.bz2 argaze-b7f28b2d12c65d097607f5941a5d081d94bd83cb.tar.xz |
Working on pilot gaze monitoring use case.
Diffstat (limited to 'docs/use_cases/pilot_gaze_monitoring/context.md')
-rw-r--r-- | docs/use_cases/pilot_gaze_monitoring/context.md | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/use_cases/pilot_gaze_monitoring/context.md b/docs/use_cases/pilot_gaze_monitoring/context.md index 42df132..417ed13 100644 --- a/docs/use_cases/pilot_gaze_monitoring/context.md +++ b/docs/use_cases/pilot_gaze_monitoring/context.md @@ -1,7 +1,14 @@ Live streaming context ====================== -The **live_streaming_context.json** file ... +The context handles pipeline inputs. + +## 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. + +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. ```json { @@ -30,4 +37,6 @@ The **live_streaming_context.json** file ... } ``` -The **live_streaming_context.json** file also mentions **live_processing_pipeline.json** which is described in the next chapter.
\ No newline at end of file +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 |