diff options
author | Théo de la Hogue | 2023-09-06 08:56:58 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-09-06 08:56:58 +0200 |
commit | 08bb1e067bc02190519023810b70c08897972804 (patch) | |
tree | c9c96a99ccbc5638d1428a9e9e18e67a7f465b3f /docs/user_guide/utils | |
parent | 8b41ce608b043a8b32617efa460e9794156f16df (diff) | |
download | argaze-08bb1e067bc02190519023810b70c08897972804.zip argaze-08bb1e067bc02190519023810b70c08897972804.tar.gz argaze-08bb1e067bc02190519023810b70c08897972804.tar.bz2 argaze-08bb1e067bc02190519023810b70c08897972804.tar.xz |
Renaming utils scripts.
Diffstat (limited to 'docs/user_guide/utils')
-rw-r--r-- | docs/user_guide/utils/demonstrations_scripts.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md index 1592115..0da09b3 100644 --- a/docs/user_guide/utils/demonstrations_scripts.md +++ b/docs/user_guide/utils/demonstrations_scripts.md @@ -17,12 +17,12 @@ Load ArFrame with a single ArLayer from **demo_gaze_analysis_setup.json** file t python ./src/argaze/utils/demo_gaze_analysis_run.py ./src/argaze/utils/demo_data/demo_gaze_analysis_setup.json ``` -## Augmented reality pipeline demonstration +## ArUco markers pipeline demonstration -Load ArCamera from **demo_augmented_reality_setup.json** file then, detect ArUco markers into a demo video source and estimate camera pose. +Load ArUcoCamera from **demo_aruco_markers_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_data/demo_augmented_reality_setup.json -s ./src/argaze/utils/demo_data/demo.mov +python ./src/argaze/utils/demo_aruco_markers_run.py ./src/argaze/utils/demo_data/demo_aruco_markers_setup.json -s ./src/argaze/utils/demo_data/demo.mov ``` !!! note |