diff options
author | Théo de la Hogue | 2023-09-04 22:03:46 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-09-04 22:03:46 +0200 |
commit | f4d60a6cd1e1d8810cf4b9ad7f63a8718069f73a (patch) | |
tree | e8b40f39f80bf7dab027748da9a34b0732a52e76 /docs/user_guide/utils/demonstrations_scripts.md | |
parent | 9215d4724912e3eb4a5673ba87cc736abe58be40 (diff) | |
download | argaze-f4d60a6cd1e1d8810cf4b9ad7f63a8718069f73a.zip argaze-f4d60a6cd1e1d8810cf4b9ad7f63a8718069f73a.tar.gz argaze-f4d60a6cd1e1d8810cf4b9ad7f63a8718069f73a.tar.bz2 argaze-f4d60a6cd1e1d8810cf4b9ad7f63a8718069f73a.tar.xz |
First work on new AR pipeline architecture. Class renaming and replacing.
Diffstat (limited to 'docs/user_guide/utils/demonstrations_scripts.md')
-rw-r--r-- | docs/user_guide/utils/demonstrations_scripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md index 5d2d760..4f73092 100644 --- a/docs/user_guide/utils/demonstrations_scripts.md +++ b/docs/user_guide/utils/demonstrations_scripts.md @@ -19,7 +19,7 @@ python ./src/argaze/utils/demo_gaze_analysis_run.py ./src/argaze/utils/demo_envi ## Augmented reality pipeline demonstration -Load ArEnvironment 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 environment 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 |