Skip to content

sakku116/cv-cursor-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cursor Controller Using Computer Vision

Setup

  • Create virtual environment using virtualenv
virtualenv venv
  • Activate the venv
source venv/bin/activate

or (for windows)

"venv/scripts/activate"
  • Install the requirements
pip install -r requirements.txt
  • Then run the script
python hand.py

hand.py

Control computer cursor using your hand.

Landmarks

  • Thumb tip
  • Index base (for the cursor movement)
  • Middle tip
  • Ring tip
  • Pingky tip

Gestures

Bring the following 2 fingers closer together.

  • Left click = thumb tip & middle tip
  • Right click = thumb tip & ring tip
  • Double left click = thumb tip & pingky tip

About

computer vision - cursor controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages