diff options
Diffstat (limited to 'docs/user_guide/utils/demonstrations_scripts.md')
-rw-r--r-- | docs/user_guide/utils/demonstrations_scripts.md | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md index f8429b2..5d2d760 100644 --- a/docs/user_guide/utils/demonstrations_scripts.md +++ b/docs/user_guide/utils/demonstrations_scripts.md @@ -9,7 +9,7 @@ Collection of command-line scripts for demonstration purpose. !!! note *Use -h option to get command arguments documentation.* -## ArFrame and ArLayer demonstration +## Gaze analysis pipeline demonstration Load ArFrame with a single ArLayer from **demo_gaze_analysis_setup.json** file then, simulate gaze position using mouse pointer to illustrate gaze features. @@ -17,16 +17,7 @@ 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_environment/demo_gaze_analysis_setup.json ``` -## Heatmap demonstration - -Simulate gaze position using mouse pointer to produce heatmap picture. -A picture is saved by pressing escape key. - -```shell -python ./src/argaze/utils/demo_heatmap_run.py -``` - -## ArEnvironment demonstration +## 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. |