Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 629 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 629 Bytes

Mouse Control Using Fingers

Installing Requirements

  • Python to avoid autopy, mediapipe errors use python 3.8.0
  • Install all libraries, tools etc from requirements file $ pip install -r requirements.txt

Start Detection

  • start detections using $ python MouseControl.py

Controls

  • Only index finger up: Mouse Moving Mode
    • Use index finger to move around the cursor
  • Index and middle fingers up: Clicking Mode
    • Touch index and middle fingers to make a left click

Demo

  • Cursor Movement Control cursor
  • Left Click Control click