pyEyeTrack is a python-based pupil-tracking library. The library tracks eyes with the commodity webcam and gives a real-time stream of eye coordinates. It provides the functionality of eye-tracking and blink detection and encapsulates these in a generic interface that allows clients to use these functionalities in a variety of use-cases.
- Real-time Pupil Tracking
- Real-time Blink Detection
- Customizable and modularized design
- Concurrent
pip install PyEyeTrack
Dependencies:
dlib 19.4: conda install -c conda-forge dlib=19.4
You may want to use a conda virtual environment to avoid mix up with system dependencies.
Find the official documentation here.
MIT
For any issues regarding PyEyeTrack, contact the PyEyeTrack support at pyeyetrack@gmail.com
Kanchan Sarolkar, Kimaya Badhe, Neha Chaudhari, Samruddhi Kanhed and Shrirang Karandikar.