Connects the Pupil Core eye tracker of Pupil Labs to DFKI's multisensor-pipeline.
python setup.py build install
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.