aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-18 01:29:25 +0200
committerThéo de la Hogue2024-07-18 01:29:25 +0200
commit0915459838ca9747b467e8d40c7f994811e419aa (patch)
tree8ead95f625a7904a1eb895e60c402ebf89dac0b5
parentad62bdbb99a0dd7d6d6c20965a472fc4bff65717 (diff)
downloadargaze-0915459838ca9747b467e8d40c7f994811e419aa.zip
argaze-0915459838ca9747b467e8d40c7f994811e419aa.tar.gz
argaze-0915459838ca9747b467e8d40c7f994811e419aa.tar.bz2
argaze-0915459838ca9747b467e8d40c7f994811e419aa.tar.xz
Improving doc.
-rw-r--r--docs/user_guide/utils/demonstrations_scripts.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md
index 22a6245..1d136f2 100644
--- a/docs/user_guide/utils/demonstrations_scripts.md
+++ b/docs/user_guide/utils/demonstrations_scripts.md
@@ -40,6 +40,8 @@ python -m argaze load ./src/argaze/utils/demo/opencv_movie_context.json
Edit **aruco_markers_pipeline.json** file as to adapt the *size* to the camera resolution and to reduce the value of the *sides_mask*.
+Edit **opencv_camera_context.json** file as to select camera device identifier (default is 0).
+
Then, load **opencv_camera_context.json** file to capture camera pictures and also capture cursor pointer positions over OpenCV window:
```shell