Pupil Labs Invisible

ArGaze provides a ready-made context to work with Pupil Labs Invisible device.

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.PupilLabsInvisible.LiveStream": {
        "name": "Pupil Labs Invisible live stream",
        "project": "my_experiment",
        "pipeline": ...
    }
}