From e7344955a1368c24c55fc12b2cb9ff2582278785 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Mon, 22 Apr 2024 14:31:24 +0200 Subject: First work around ArContext documentation. --- docs/user_guide/utils/demonstrations_scripts.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/user_guide/utils/demonstrations_scripts.md') diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md index 82018e3..ed2f8d9 100644 --- a/docs/user_guide/utils/demonstrations_scripts.md +++ b/docs/user_guide/utils/demonstrations_scripts.md @@ -9,20 +9,20 @@ Collection of command-line scripts for demonstration purpose. !!! note *Use -h option to get command arguments documentation.* -## OpenCV window context +## Random context -Load **opencv_window_context.json** file to analyze mouse pointer positions over OpenCV window. +Load **random_context.json** file to analyze random gaze positions. ```shell -python -m argaze ./src/argaze/utils/demo/opencv_window_context.json +python -m argaze ./src/argaze/utils/demo/random_context.json ``` -## Random context +## OpenCV window context -Load **random_context.json** file to analyze random gaze positions. +Load **opencv_window_context.json** file to analyze mouse pointer positions over OpenCV window. ```shell -python -m argaze ./src/argaze/utils/demo/random_context.json +python -m argaze ./src/argaze/utils/demo/opencv_window_context.json ``` ## Tobii Pro Glasses 2 -- cgit v1.1