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 file. Notice that the pipeline entry is mandatory.

{
    JSON sample
    "pipeline": ...
}

Read more about ArContext base class in code reference.

Live Stream

JSON sample

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