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": ... } } ```