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.
Youtube Channel Link: link
Video Link: link
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