https://github.com/jasonleelunn/eye-tracker
Custom built eye tracking solution using Python
https://github.com/jasonleelunn/eye-tracker
eye-tracking physics university-project webcam
Last synced: 3 months ago
JSON representation
Custom built eye tracking solution using Python
- Host: GitHub
- URL: https://github.com/jasonleelunn/eye-tracker
- Owner: jasonleelunn
- Created: 2020-03-15T15:14:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T16:56:36.000Z (about 5 years ago)
- Last Synced: 2025-03-14T16:51:27.846Z (7 months ago)
- Topics: eye-tracking, physics, university-project, webcam
- Language: Python
- Homepage:
- Size: 2.8 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eye Tracking Software for Basic Home Webcam Setups
* Open source custom built eye tracking software using Python libraries
* A University of Nottingham Final Year Physics Masters 2-Week Project
* [Link to Project Report](Eye_Tracking_Report.pdf)### Contributors
* Jason Lunn (me)
* Hugh Baxter### Using the Code
* Running 'computervision.py' gives a basic idea with GUI on how the eye tracking functions
* The pdf report is a write up of the entire 2 week experiment which goes into further details of the project setup and design### Relevant Figures

* Still photo of my eye taken via webcam for testing the impact of resolution on tracking accuracy

* This plot shows the change in accuracy due to image resolution quality. The different coloured points represent alternate ways of calculating the centre of the pupil, as outlined in more detail in the Eye Tracking Report pdf file.
### Changelog
* added files with extra comments
***Last Updated: 25/06/2020***