diff options
author | Théo de la Hogue | 2024-09-03 09:55:49 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-09-03 09:55:49 +0200 |
commit | 1499b232aa7ecda8789da3eab33a47f4675307d3 (patch) | |
tree | f94013b09ace950a4b543dfc057695eaa525cd17 /docs/user_guide | |
parent | 4a02316c505f1ed3cbef39540264a7f96387bc2d (diff) | |
download | argaze-1499b232aa7ecda8789da3eab33a47f4675307d3.zip argaze-1499b232aa7ecda8789da3eab33a47f4675307d3.tar.gz argaze-1499b232aa7ecda8789da3eab33a47f4675307d3.tar.bz2 argaze-1499b232aa7ecda8789da3eab33a47f4675307d3.tar.xz |
Fixing configuration and execution context documentation.
Diffstat (limited to 'docs/user_guide')
-rw-r--r-- | docs/user_guide/eye_tracking_context/configuration_and_execution.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/user_guide/eye_tracking_context/configuration_and_execution.md b/docs/user_guide/eye_tracking_context/configuration_and_execution.md index e1123fb..100ab5e 100644 --- a/docs/user_guide/eye_tracking_context/configuration_and_execution.md +++ b/docs/user_guide/eye_tracking_context/configuration_and_execution.md @@ -4,7 +4,9 @@ Edit and execute context The [utils.contexts module](../../argaze.md/#argaze.utils.contexts) provides ready-made contexts like: * [Tobii Pro Glasses 2](context_modules/tobii_pro_glasses_2.md) data capture and data playback contexts, -* [Pupil Labs](context_modules/pupil_labs.md) data capture context, +* [Tobii Pro Glasses 3](context_modules/tobii_pro_glasses_3.md) data capture context, +* [Pupil Labs Invisible](context_modules/pupil_labs_invisible.md) data capture context, +* [Pupil Labs Neon](context_modules/pupil_labs_neon.md) data capture context, * [OpenCV](context_modules/opencv.md) window cursor position capture and movie playback, * [Random](context_modules/random.md) gaze position generator. |