blob: 535f5d53e34d07ee8871d65e3ab6d054d85d8a1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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": ...
}
}
```
|