Skip to content

vedb/pupil_recording_interface

Repository files navigation

Build black

pupil_recording_interface

This Python package provides a user-friendly way of working with recordings from the Pupil Core eye tracking system. It includes interfaces for gaze and video data as well as some additional features such as optical flow calculation or recording of head tracking data.

Documentation

The documentation can be found at https://vedb.github.io/pupil_recording_interface

Installation

pupil_recording_interface can be installed via pip:

$ pip install opencv-python git+https://github.com/vedb/pupil_recording_interface.git

or via conda from our own channel:

$ conda install -c vedb pupil_recording_interface

For features like streaming video from the Pupil Core cameras, recording data or pupil detection, please refer to the installation instructions in the documentation.