From e9d820a40f135f3e520669115d512285735016a2 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 17 Jul 2024 21:34:09 +0200 Subject: Adding new OpenCV.Camera context for demonstration purpose. --- docs/user_guide/utils/demonstrations_scripts.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/user_guide/utils') 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 -- cgit v1.1