Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 899 Bytes

File metadata and controls

22 lines (15 loc) · 899 Bytes

Multisensor-Pipeline Extension: Pupil Labs Eye Trackers

Connects the Pupil Core eye tracker of Pupil Labs to DFKI's multisensor-pipeline.

Setup

python setup.py build install

Quick Start

from msp_pupil_labs import PupilCaptureSource

eyetracking_source = PupilCaptureSource(
        address="127.0.0.1",
        port=50020
    )

The IP address is the address of the computer running Pupil Capture. The port is given by the Pupil Remote plugin of Pupil Capture and defaults to 50020. The PupilCaptureSource module requires the Pupil Capture software to be running. This extension was tested with Pupil Capture v3.1.16.