Skip to content

DFKI-Interactive-Machine-Learning/msp-pupil-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages