aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/eye_tracking_context/context_modules/tobii_pro_glasses_3.md
blob: 3d37fcc0dc65ea5b2a43ea69db19ede1d6abe27d (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
Tobii Pro Glasses 3
===================

ArGaze provides a ready-made context to work with Tobii Pro Glasses 3 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.TobiiProGlasses3.LiveStream

### JSON sample

```json
{
	"argaze.utils.contexts.TobiiProGlasses3.LiveStream": {
		"name": "Tobii Pro Glasses 3 live stream",
		"pipeline": ...
	}
}
```