Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonleelunn/eye-tracker
Open source custom built eye tracking solution using Python
https://github.com/jasonleelunn/eye-tracker
eye-tracking physics university-project webcam
Last synced: 21 days ago
JSON representation
Open source 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T16:56:36.000Z (over 4 years ago)
- Last Synced: 2023-10-21T00:24:29.934Z (over 1 year ago)
- Topics: eye-tracking, physics, university-project, webcam
- Language: Python
- Homepage:
- Size: 2.8 MB
- Stars: 0
- Watchers: 1
- 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 Image of Eye for Testing Purposes](Resolution_Image.jpg "Still Photo of Eye Taken for Resolution Testing")
* Still photo of my eye taken via webcam for testing the impact of resolution on tracking accuracy
![Plot to show how accuracy changes with horizontal viewing distance on screen](Resolution_Plot.png "Graph of Accuracy vs Position viewed on Screen")
* 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***