A virtual-mouse application that allows the user to control their mouse in real time using their webcam.
- Install the dependencies by running
pip install -r requirements.txt
. - Run Virtual Mouse using
python main.py
.
- Mouse movement (BLUE); raise only your index finger
- Left click (RED); raise both your index + middle finger then make them touch
- Right click (GREEN); raise your index + middle + ring fingers, then make them touch
- PURPLE: rectangle representing your computer's monitor
- CYAN: 2 rectangles representing the scrollbar options (up & down)
The GIF below shows me completing the Human Benchmark Aim Test using this Virtual Mouse application.