/Eye-Tracking-Mouse

Basic way to control the mouse using your eye

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Eye Tracking Mouse Control

Control your cursor using eyetracking.

Controls

  • left click by closing left eye (keep eye closed to drag)
  • right click by closing right eye
  • middle click by closing both eyes
  • esc to close the program
  • ctrl+space to recalibrate the starting position of the tracker

Requirements

  • Python 3.x
  • pip requirements (pip install -r requirements.txt)

Credits

Programming Hero's video for starting code and idea