diff options
author | Théo de la Hogue | 2024-09-03 14:47:52 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-09-03 14:47:52 +0200 |
commit | 24f9017d2e4c1e66f6207ab6ef54425abbc96837 (patch) | |
tree | 3518162e40c87af7878d8ebd31d7bd522fbd0e3b /docs/user_guide/eye_tracking_context/configuration_and_execution.md | |
parent | 79f7f860a6e42297d0ffbb9df6298f1f29e9bcef (diff) | |
parent | 3aa00e234e122f3cedffdc21c00a430fee7984a8 (diff) | |
download | argaze-24f9017d2e4c1e66f6207ab6ef54425abbc96837.zip argaze-24f9017d2e4c1e66f6207ab6ef54425abbc96837.tar.gz argaze-24f9017d2e4c1e66f6207ab6ef54425abbc96837.tar.bz2 argaze-24f9017d2e4c1e66f6207ab6ef54425abbc96837.tar.xz |
Merge branch 'main' into dev/gaze_buffer
Diffstat (limited to 'docs/user_guide/eye_tracking_context/configuration_and_execution.md')
-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. |