aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/utils/demonstrations_scripts.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-05 08:54:17 +0200
committerThéo de la Hogue2023-09-05 08:54:17 +0200
commitf8913ce2fa1aecde19830de69682199dfd78c43d (patch)
tree8057d445fc11de23a34a369796d5bf01264b6a8b /docs/user_guide/utils/demonstrations_scripts.md
parentc445016b7d9f8b739ce747c34632e280f909effb (diff)
downloadargaze-f8913ce2fa1aecde19830de69682199dfd78c43d.zip
argaze-f8913ce2fa1aecde19830de69682199dfd78c43d.tar.gz
argaze-f8913ce2fa1aecde19830de69682199dfd78c43d.tar.bz2
argaze-f8913ce2fa1aecde19830de69682199dfd78c43d.tar.xz
Renaming demo_environment folder into demo_data.
Diffstat (limited to 'docs/user_guide/utils/demonstrations_scripts.md')
-rw-r--r--docs/user_guide/utils/demonstrations_scripts.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md
index 4f73092..1592115 100644
--- a/docs/user_guide/utils/demonstrations_scripts.md
+++ b/docs/user_guide/utils/demonstrations_scripts.md
@@ -14,19 +14,19 @@ Collection of command-line scripts for demonstration purpose.
Load ArFrame with a single ArLayer from **demo_gaze_analysis_setup.json** file then, simulate gaze position using mouse pointer to illustrate gaze features.
```shell
-python ./src/argaze/utils/demo_gaze_analysis_run.py ./src/argaze/utils/demo_environment/demo_gaze_analysis_setup.json
+python ./src/argaze/utils/demo_gaze_analysis_run.py ./src/argaze/utils/demo_data/demo_gaze_analysis_setup.json
```
## Augmented reality pipeline demonstration
-Load ArCamera from **demo_augmented_reality_setup.json** file then, detect ArUco markers into a demo video source and estimate environment pose.
+Load ArCamera from **demo_augmented_reality_setup.json** file then, detect ArUco markers into a demo video source and estimate camera pose.
```shell
-python ./src/argaze/utils/demo_augmented_reality_run.py ./src/argaze/utils/demo_environment/demo_augmented_reality_setup.json -s ./src/argaze/utils/demo_environment/demo.mov
+python ./src/argaze/utils/demo_augmented_reality_run.py ./src/argaze/utils/demo_data/demo_augmented_reality_setup.json -s ./src/argaze/utils/demo_data/demo.mov
```
!!! note
- To reproduce this demonstration with live video source, camera calibration have to be done and exported into **./src/argaze/utils/demo_environment/optic_parameters.json** file.
+ To reproduce this demonstration with live video source, camera calibration have to be done and exported into **./src/argaze/utils/demo_data/optic_parameters.json** file.
!!! note
- To reproduce this demonstration with live video source, print **A3_demo.pdf** file located in *./src/argaze/utils/demo_environment/* folder on A3 paper sheet.
+ To reproduce this demonstration with live video source, print **A3_demo.pdf** file located in *./src/argaze/utils/demo_data/* folder on A3 paper sheet.