Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicMouse

Author: Alex Waisman

Control your mouse cursor using hand gestures in real time using your webcam.

How it works:

  • Captures video from webcam
  • Tracks hand landmarks using MediaPipe
  • Moves mouse with Index Finger
  • Right Click: Two fingers up (Index & Middle)
  • Left Click: Closed Fist
  • Window is pinned to top-left for visibility
  • Press ESC to quit

To run:

  1. Install requirements: pip install -r requirements.txt
  2. Run: python virtual_mouse.py

This is part of my journey learning OpenCV and MediaPipe.

About

Practicing OpenCV and MediaPipe by building a virtual mouse controlled by hand gestures. Uses real-time hand tracking to move the cursor and perform clicks with specific finger actions. Built to strengthen my computer vision and AI fundamentals.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages