This project allows you to control your mouse cursor using hand gestures detected through your webcam. It incorporates face detection to ensure the system only operates when you're present.
-
Cursor Movement:
- Right Hand Closed Fist: Move the cursor by moving your right hand while making a fist.
-
Mouse Click Simulation:
- Left Hand Pinch Gesture: Perform a mouse click by pinching your thumb and index finger.
-
Face Detection:
- If no face is detected, the screen turns black and displays "No Face Detected".
- Python 3.7 or higher
- Libraries:
- OpenCV (
opencv-python
) - MediaPipe (
mediapipe
) - PyAutoGUI (
pyautogui
) - NumPy (
numpy
) - Tkinter (usually included with Python)
- OpenCV (
-
Clone the Repository:
git clone https://github.com/Th30utcast/Tracking-Project.git