Skip to content

Control mouse and its clicks with finger tracking using OpenCV

Notifications You must be signed in to change notification settings

sachuverma/Mouse-Control-Using-Fingers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Control mouse and its clicks with finger tracking using OpenCV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages