diff options
Diffstat (limited to 'docs/user_guide')
-rw-r--r-- | docs/user_guide/utils/demonstrations_scripts.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md index 68d3dff..22a6245 100644 --- a/docs/user_guide/utils/demonstrations_scripts.md +++ b/docs/user_guide/utils/demonstrations_scripts.md @@ -36,6 +36,16 @@ Load **opencv_movie_context.json** file to playback movie pictures and also capt python -m argaze load ./src/argaze/utils/demo/opencv_movie_context.json ``` +## OpenCV camera context + +Edit **aruco_markers_pipeline.json** file as to adapt the *size* to the camera resolution and to reduce the value of the *sides_mask*. + +Then, load **opencv_camera_context.json** file to capture camera pictures and also capture cursor pointer positions over OpenCV window: + +```shell +python -m argaze load ./src/argaze/utils/demo/opencv_camera_context.json +``` + ## Tobii Pro Glasses 2 ### Live stream context |