aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThéo de la Hogue2024-03-21 08:49:56 +0100
committerThéo de la Hogue2024-03-21 08:49:56 +0100
commite42cdc26fbd7f44f6b60acc14ac0e60828af9f42 (patch)
tree9698e9c1fe6e6ac8eb947bb99e81aaf7f38936a7 /docs
parent18f52239ac7dfd7c879e72ca29b7765143ccb225 (diff)
downloadargaze-e42cdc26fbd7f44f6b60acc14ac0e60828af9f42.zip
argaze-e42cdc26fbd7f44f6b60acc14ac0e60828af9f42.tar.gz
argaze-e42cdc26fbd7f44f6b60acc14ac0e60828af9f42.tar.bz2
argaze-e42cdc26fbd7f44f6b60acc14ac0e60828af9f42.tar.xz
Documentating the use of worn_device_stream script.
Diffstat (limited to 'docs')
-rw-r--r--docs/user_guide/utils/demonstrations_scripts.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md
index f2f3bad..a911173 100644
--- a/docs/user_guide/utils/demonstrations_scripts.md
+++ b/docs/user_guide/utils/demonstrations_scripts.md
@@ -27,3 +27,25 @@ python ./src/argaze/utils/demo_aruco_markers_run.py ./src/argaze/utils/demo_data
!!! note
To reproduce this demonstration with live video source (-s <DEVICE_ID>), print **A3_demo.pdf** file located in *./src/argaze/utils/demo_data/* folder on A3 paper sheet.
+
+## Worn device stream demonstration
+
+Load ArUcoCamera from a configuration file then, stream and process gaze positions and image from any worn eye-tracker device.
+
+### With Tobii Pro Glasses 2 device
+
+To use a Tobii Pro Glasses 2 device, you need to edit **provider_setup.json** file as below with your own parameters values:
+
+```shell
+{
+ "TobiiProGlasses2" : {
+ "address": "10.34.0.17",
+ "project": "MyProject",
+ "participant": "NewParticipant"
+ }
+}
+```
+
+```shell
+python ./src/argaze/utils/worn_device_stream.py ./src/argaze/utils/demo_data/demo_aruco_markers_setup.json
+``` \ No newline at end of file