diff options
Diffstat (limited to 'docs/use_cases/air_controller_gaze_study/context.md')
-rw-r--r-- | docs/use_cases/air_controller_gaze_study/context.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/use_cases/air_controller_gaze_study/context.md b/docs/use_cases/air_controller_gaze_study/context.md index ca9adf7..d32095b 100644 --- a/docs/use_cases/air_controller_gaze_study/context.md +++ b/docs/use_cases/air_controller_gaze_study/context.md @@ -1,18 +1,18 @@ -Live streaming context +Data playback context ====================== The context handles incoming eye tracker data before to pass them to a processing pipeline. -## post_processing_context.json +## data_playback_context.json -For this use case we need to read Tobii Pro Glasses 2 records: **ArGaze** provides a [ready-made context](../../user_guide/eye_tracking_context/context_modules/tobii_pro_glasses_2.md) class to read data from records made by this device. +For this use case we need to read Tobii Pro Glasses 2 records: **ArGaze** provides a [ready-made context](../../user_guide/eye_tracking_context/context_modules/tobii_pro_glasses_2.md) class to playback data from records made by this device. -While *segment* entries are specific to the [TobiiProGlasses2.PostProcessing](../../argaze.md/#argaze.utils.contexts.TobiiProGlasses2.PostProcessing) class, *name* and *pipeline* entries are part of the parent [ArContext](../../argaze.md/#argaze.ArFeatures.ArContext) class. +While *segment* entries are specific to the [TobiiProGlasses2.SegmentPlayback](../../argaze.md/#argaze.utils.contexts.TobiiProGlasses2.SegmentPlayback) class, *name* and *pipeline* entries are part of the parent [ArContext](../../argaze.md/#argaze.ArFeatures.ArContext) class. ```json { - "argaze.utils.contexts.TobiiProGlasses2.PostProcessing": { - "name": "Tobii Pro Glasses 2 post-processing", + "argaze.utils.contexts.TobiiProGlasses2.SegmentPlayback": { + "name": "Tobii Pro Glasses 2 segment playback", "segment": "/Volumes/projects/fbr6k3e/records/4rcbdzk/segments/1", "pipeline": "post_processing_pipeline.json" } |