aboutsummaryrefslogtreecommitdiff
path: root/docs/use_cases
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-18 01:02:38 +0200
committerThéo de la Hogue2024-07-18 01:02:38 +0200
commitafa021345eb245c1c5ee54c332ce4750b6170478 (patch)
treeadbf58cd1ac740e8c3d458eb65266258542e4085 /docs/use_cases
parenteb5f1c0508fa186e15da1403dbb41a0cbf785301 (diff)
downloadargaze-afa021345eb245c1c5ee54c332ce4750b6170478.zip
argaze-afa021345eb245c1c5ee54c332ce4750b6170478.tar.gz
argaze-afa021345eb245c1c5ee54c332ce4750b6170478.tar.bz2
argaze-afa021345eb245c1c5ee54c332ce4750b6170478.tar.xz
Replacing useAruco3Detection: 1 by true.
Diffstat (limited to 'docs/use_cases')
-rw-r--r--docs/use_cases/air_controller_gaze_study/pipeline.md2
-rw-r--r--docs/use_cases/pilot_gaze_monitoring/pipeline.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/use_cases/air_controller_gaze_study/pipeline.md b/docs/use_cases/air_controller_gaze_study/pipeline.md
index 72343bb..3507038 100644
--- a/docs/use_cases/air_controller_gaze_study/pipeline.md
+++ b/docs/use_cases/air_controller_gaze_study/pipeline.md
@@ -19,7 +19,7 @@ For this use case we need to detect ArUco markers to enable gaze mapping: **ArGa
"optic_parameters": "optic_parameters.json",
"parameters": {
"adaptiveThreshConstant": 20,
- "useAruco3Detection": 1
+ "useAruco3Detection": true
}
},
"gaze_movement_identifier": {
diff --git a/docs/use_cases/pilot_gaze_monitoring/pipeline.md b/docs/use_cases/pilot_gaze_monitoring/pipeline.md
index 8f9d7f1..1450fed 100644
--- a/docs/use_cases/pilot_gaze_monitoring/pipeline.md
+++ b/docs/use_cases/pilot_gaze_monitoring/pipeline.md
@@ -171,7 +171,7 @@ This file defines the ArUco detector parameters as explained into [the detection
```json
{
"adaptiveThreshConstant": 7,
- "useAruco3Detection": 1
+ "useAruco3Detection": true
}
```