A simple python program that will allow you to control your mouse cursor with your hand.
How to use:
Flatten your hand, leaving gaps between your fingers, and position it within the box on screen. This cursor will only move if your hand is within the box. To left-click, close the gap between your index and middle finger. To right-click, touch your index finger to your thumb. Results are highly dependent on the quality of your webcam and the lighting.
Created with the following:
#Python Version 3.9
Libraries used:
PyAutoGUI Version 0.9.53 https://github.com/asweigart/pyautogui
License: https://github.com/asweigart/pyautogui/blob/master/LICENSE.txt
opencv-python Version 4.5.3.56 https://github.com/opencv/opencv-python
License: https://github.com/opencv/opencv-python/blob/master/LICENSE.txt
License-3D-Party: https://github.com/opencv/opencv-python/blob/master/LICENSE-3RD-PARTY.txt
mediapipe Version 0.8.6 https://github.com/google/mediapipe
License: https://github.com/google/mediapipe/blob/master/LICENSE
Usage:
This program is not intended for any commercial or business use. This is a proof of concept project.