Skip to content

chiragnahata/Virtual-Mouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Virual-Mouse

A virtual mouse is software that allows users to give mouse inputs to a system without using an actual mouse. To the extreme it can also be called as hardware because it uses an ordinary web camera. A virtual mouse can usually be operated with multiple input devices, which may include an actual mouse or a computer keyboard. Virtual mouse which uses web camera works with the help of different image processing techniques.

Video Link: link

How to setup and run

Pre-requisites

Python: (3.6 - 3.8.5)
Anaconda Distribution: To download click here.

Download and Extract the Project Folder Name Virtual-Mouse.
And then Open the Virtual-Mouse Folder in VsCode as shown in Video.

Step 1:

conda create --name gest python=3.8.5

Step 2:

conda activate gest

Step 3:

pip install -r requirements.txt

Step 4: cd to src by cd src

python Virtual_Mouse.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%