aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-15 09:44:00 +0200
committerThéo de la Hogue2024-07-15 09:44:00 +0200
commitac5ce6be824b227240b41e011fb0883ce588e381 (patch)
tree08fc73d63d97dfc3449b114456448aa8fdfab1b8 /docs
parent9b26d80f806f0718c9fd0ecc6a5b2f24252c28dd (diff)
downloadargaze-ac5ce6be824b227240b41e011fb0883ce588e381.zip
argaze-ac5ce6be824b227240b41e011fb0883ce588e381.tar.gz
argaze-ac5ce6be824b227240b41e011fb0883ce588e381.tar.bz2
argaze-ac5ce6be824b227240b41e011fb0883ce588e381.tar.xz
Removing angle_tolerance and distance_tolerance attributes as they are useless now.
Diffstat (limited to 'docs')
-rw-r--r--docs/use_cases/air_controller_gaze_study/context.md2
-rw-r--r--docs/use_cases/air_controller_gaze_study/pipeline.md4
-rw-r--r--docs/use_cases/pilot_gaze_monitoring/pipeline.md4
3 files changed, 3 insertions, 7 deletions
diff --git a/docs/use_cases/air_controller_gaze_study/context.md b/docs/use_cases/air_controller_gaze_study/context.md
index d32095b..5b13ca5 100644
--- a/docs/use_cases/air_controller_gaze_study/context.md
+++ b/docs/use_cases/air_controller_gaze_study/context.md
@@ -7,7 +7,7 @@ The context handles incoming eye tracker data before to pass them to a processin
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.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.
+While *segment* entry is 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
{
diff --git a/docs/use_cases/air_controller_gaze_study/pipeline.md b/docs/use_cases/air_controller_gaze_study/pipeline.md
index 39d6427..9f59185 100644
--- a/docs/use_cases/air_controller_gaze_study/pipeline.md
+++ b/docs/use_cases/air_controller_gaze_study/pipeline.md
@@ -182,9 +182,7 @@ For this use case we need to detect ArUco markers to enable gaze mapping: **ArGa
}
}
}
- },
- "angle_tolerance": 15.0,
- "distance_tolerance": 2.54
+ }
}
},
"observers": {
diff --git a/docs/use_cases/pilot_gaze_monitoring/pipeline.md b/docs/use_cases/pilot_gaze_monitoring/pipeline.md
index 8664d1e..aeffc86 100644
--- a/docs/use_cases/pilot_gaze_monitoring/pipeline.md
+++ b/docs/use_cases/pilot_gaze_monitoring/pipeline.md
@@ -49,9 +49,7 @@ For this use case we need to detect ArUco markers to enable gaze mapping: **ArGa
}
}
}
- },
- "angle_tolerance": 15.0,
- "distance_tolerance": 10.0
+ }
}
},
"layers": {