AceCentre / EyeCommander

An open source computer vision interface that tracks eye movements for individuals with severely-limited mobility.
https://docs.acecentre.org.uk/eyecommander
MIT License
53 stars 4 forks source link

Detect blinking #10

Closed willwade closed 2 years ago

willwade commented 3 years ago

As a professional we find many people might not be able to do the eye movements but blink is possible. We'd like a simple way of detecting voluntary blinks. Ie filtering out shorter blinks.

Needed. Thoughts

willwade commented 2 years ago

Maybe of interest. NB I found changing the threshold value to 4.5 from 5.5 (https://github.com/Asadullah-Dal17/Eyes-Position-Estimator-Mediapipe/blob/dd29b1e2120cbeaeda2dded2ef31291953b4b8c8/Eye_Tracking_part2/main.py#L109) - more reliable. For us we should have this as variable..

https://user-images.githubusercontent.com/229352/133938256-be31a9d7-9239-4453-b251-b26b2748e2a2.mp4

gavinhenderson commented 2 years ago

Closing as this is done