You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a simple demonstration of using hand tracking to control the computer mouse. It uses OpenCV and MediaPipe for hand detection and tracking, and PyAutoGUI to control the mouse cursor.
To use this program, simply run the hand_tracking_mouse.py file:
20
+
21
+
<code>python hand_tracking_mouse.py</code>
22
+
23
+
Once the program is running, it will use your computer's webcam to detect and track your hand movements. You can move your hand around to control the mouse cursor. To click, make a fist with your hand.
24
+
25
+
Press the 'q' key to quit the program.
26
+
<h2>Credits</h2>
27
+
28
+
This project was created by XNCoders. It uses the following libraries:
0 commit comments