diff options
author | Théo de la Hogue | 2024-04-22 12:03:25 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-04-22 12:03:25 +0200 |
commit | 4f17f53b4d1bc539d6a7538ce057412268ee529f (patch) | |
tree | bce52d7a779926bb6a9db5be347dd8f0c769bd16 /docs/user_guide | |
parent | 818156366467a8a48f419edb15eebeeef143535b (diff) | |
download | argaze-4f17f53b4d1bc539d6a7538ce057412268ee529f.zip argaze-4f17f53b4d1bc539d6a7538ce057412268ee529f.tar.gz argaze-4f17f53b4d1bc539d6a7538ce057412268ee529f.tar.bz2 argaze-4f17f53b4d1bc539d6a7538ce057412268ee529f.tar.xz |
Adding command for Random context demonstration.
Diffstat (limited to 'docs/user_guide')
-rw-r--r-- | docs/user_guide/utils/demonstrations_scripts.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md index f3f2b9e..82018e3 100644 --- a/docs/user_guide/utils/demonstrations_scripts.md +++ b/docs/user_guide/utils/demonstrations_scripts.md @@ -16,6 +16,15 @@ Load **opencv_window_context.json** file to analyze mouse pointer positions over ```shell python -m argaze ./src/argaze/utils/demo/opencv_window_context.json ``` + +## Random context + +Load **random_context.json** file to analyze random gaze positions. + +```shell +python -m argaze ./src/argaze/utils/demo/random_context.json +``` + ## Tobii Pro Glasses 2 ### Tobii live stream context |