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

Work with users who can only control one eye #37

Closed gavinhenderson closed 2 years ago

gavinhenderson commented 2 years ago

We should allow the user to not track a specific eye if they can't blink with it.

Ideally this should be dynamic because the client might alternate the eye that they can control

willwade commented 2 years ago

Just to clarify - if you have one eye that is fairly closed all the time - the blink detection will trigger. So it might be wise to just ignore an eye that is shut for too long. Its There is a problem with that approach - we end up triggering the switch on opening the eye rather than on it closing which can make it feel laggy.