diff options
author | Théo de la Hogue | 2024-07-18 01:29:25 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-07-18 01:29:25 +0200 |
commit | 0915459838ca9747b467e8d40c7f994811e419aa (patch) | |
tree | 8ead95f625a7904a1eb895e60c402ebf89dac0b5 /docs/user_guide | |
parent | ad62bdbb99a0dd7d6d6c20965a472fc4bff65717 (diff) | |
download | argaze-0915459838ca9747b467e8d40c7f994811e419aa.zip argaze-0915459838ca9747b467e8d40c7f994811e419aa.tar.gz argaze-0915459838ca9747b467e8d40c7f994811e419aa.tar.bz2 argaze-0915459838ca9747b467e8d40c7f994811e419aa.tar.xz |
Improving doc.
Diffstat (limited to 'docs/user_guide')
-rw-r--r-- | docs/user_guide/utils/demonstrations_scripts.md | 2 |
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 |