aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/eye_tracking_context/context_modules/pupil_labs.md
diff options
context:
space:
mode:
authorDamien Mouratille2024-08-23 15:35:37 +0200
committerDamien Mouratille2024-08-23 15:35:37 +0200
commite7cace52a6c1e0af88b715fce99c46fd48aa8bcc (patch)
tree8dbab3de75b8c5512e50e7d2a54b8274394114fe /docs/user_guide/eye_tracking_context/context_modules/pupil_labs.md
parent4325928bddea273592c5e315721c1cd179746e31 (diff)
downloadargaze-e7cace52a6c1e0af88b715fce99c46fd48aa8bcc.zip
argaze-e7cace52a6c1e0af88b715fce99c46fd48aa8bcc.tar.gz
argaze-e7cace52a6c1e0af88b715fce99c46fd48aa8bcc.tar.bz2
argaze-e7cace52a6c1e0af88b715fce99c46fd48aa8bcc.tar.xz
Add Pupil Labs Neon device
Diffstat (limited to 'docs/user_guide/eye_tracking_context/context_modules/pupil_labs.md')
-rw-r--r--docs/user_guide/eye_tracking_context/context_modules/pupil_labs.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/user_guide/eye_tracking_context/context_modules/pupil_labs.md b/docs/user_guide/eye_tracking_context/context_modules/pupil_labs.md
deleted file mode 100644
index d2ec336..0000000
--- a/docs/user_guide/eye_tracking_context/context_modules/pupil_labs.md
+++ /dev/null
@@ -1,32 +0,0 @@
-Pupil Labs
-==========
-
-ArGaze provides a ready-made context to work with Pupil Labs devices.
-
-To select a desired context, the JSON samples have to be edited and saved inside an [ArContext configuration](../configuration_and_execution.md) file.
-Notice that the *pipeline* entry is mandatory.
-
-```json
-{
- JSON sample
- "pipeline": ...
-}
-```
-
-Read more about [ArContext base class in code reference](../../../argaze.md/#argaze.ArFeatures.ArContext).
-
-## Live Stream
-
-::: argaze.utils.contexts.PupilLabs.LiveStream
-
-### JSON sample
-
-```json
-{
- "argaze.utils.contexts.PupilLabs.LiveStream": {
- "name": "Pupil Labs live stream",
- "project": "my_experiment",
- "pipeline": ...
- }
-}
-```