aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/eye_tracking_context/context_modules/pupil_labs_neon.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-09-03 09:51:42 +0200
committerThéo de la Hogue2024-09-03 09:51:42 +0200
commit4a02316c505f1ed3cbef39540264a7f96387bc2d (patch)
tree22d1f387fb7b5676fe52042855873923e9f5a586 /docs/user_guide/eye_tracking_context/context_modules/pupil_labs_neon.md
parent91a30dfadad1425c834f00e1022f7e42603af646 (diff)
parent84fd53edaa66cda11e4e47abce3fbe7cc7ace657 (diff)
downloadargaze-4a02316c505f1ed3cbef39540264a7f96387bc2d.zip
argaze-4a02316c505f1ed3cbef39540264a7f96387bc2d.tar.gz
argaze-4a02316c505f1ed3cbef39540264a7f96387bc2d.tar.bz2
argaze-4a02316c505f1ed3cbef39540264a7f96387bc2d.tar.xz
merging dev/G3andNeon branch and fixing conflicts about size.
Diffstat (limited to 'docs/user_guide/eye_tracking_context/context_modules/pupil_labs_neon.md')
-rw-r--r--docs/user_guide/eye_tracking_context/context_modules/pupil_labs_neon.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/user_guide/eye_tracking_context/context_modules/pupil_labs_neon.md b/docs/user_guide/eye_tracking_context/context_modules/pupil_labs_neon.md
new file mode 100644
index 0000000..535f5d5
--- /dev/null
+++ b/docs/user_guide/eye_tracking_context/context_modules/pupil_labs_neon.md
@@ -0,0 +1,32 @@
+Pupil Labs Neon
+==========
+
+ArGaze provides a ready-made context to work with Pupil Labs Neon device.
+
+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.PupilLabsNeon.LiveStream
+
+### JSON sample
+
+```json
+{
+ "argaze.utils.contexts.PupilLabsNeon.LiveStream": {
+ "name": "Pupil Labs Neon live stream",
+ "project": "my_experiment",
+ "pipeline": ...
+ }
+}
+```