aboutsummaryrefslogtreecommitdiff
path: root/docs/use_cases/pilot_gaze_monitoring/context.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-01 17:19:07 +0200
committerThéo de la Hogue2024-07-01 17:19:07 +0200
commit3fc1abf3ed699c71faf7dec66c53a3a020ec8e16 (patch)
tree34283c8a9977b8c4b7f8a46aed293f72ff50a492 /docs/use_cases/pilot_gaze_monitoring/context.md
parentb27ec2b1d229110e8800fe4cb6de9bbf82ff5717 (diff)
downloadargaze-3fc1abf3ed699c71faf7dec66c53a3a020ec8e16.zip
argaze-3fc1abf3ed699c71faf7dec66c53a3a020ec8e16.tar.gz
argaze-3fc1abf3ed699c71faf7dec66c53a3a020ec8e16.tar.bz2
argaze-3fc1abf3ed699c71faf7dec66c53a3a020ec8e16.tar.xz
Improving use cases section.
Diffstat (limited to 'docs/use_cases/pilot_gaze_monitoring/context.md')
-rw-r--r--docs/use_cases/pilot_gaze_monitoring/context.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/use_cases/pilot_gaze_monitoring/context.md b/docs/use_cases/pilot_gaze_monitoring/context.md
new file mode 100644
index 0000000..42df132
--- /dev/null
+++ b/docs/use_cases/pilot_gaze_monitoring/context.md
@@ -0,0 +1,33 @@
+Live streaming context
+======================
+
+The **live_streaming_context.json** file ...
+
+```json
+{
+ "argaze.utils.contexts.TobiiProGlasses2.LiveStream": {
+ "name": "Tobii Pro Glasses 2 live stream",
+ "address": "10.34.0.17",
+ "project": "HAIKU-XP",
+ "participant": "Pilot-A",
+ "configuration": {
+ "sys_ec_preset": "Indoor",
+ "sys_sc_width": 1920,
+ "sys_sc_height": 1080,
+ "sys_sc_fps": 25,
+ "sys_sc_preset": "Auto",
+ "sys_et_freq": 50,
+ "sys_mems_freq": 100
+ },
+ "pipeline": "live_processing_pipeline.json",
+ "observers": {
+ "observers.IvyBus": {
+ "name": "argaze_haiku",
+ "bus": "10.34.127.255:2023"
+ }
+ }
+ }
+}
+```
+
+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