Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hand Controlled Screenshot Opencv #47

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Create Readme.md
  • Loading branch information
Invincible1602 authored Oct 3, 2024
commit d719dd64b3df0b27f01d620d37efd480ab8daad1
21 changes: 21 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Hand-Controlled Screenshot Project

## Description
This project utilizes OpenCV and MediaPipe to allow users to capture screenshots using hand gestures. By recognizing specific hand positions, users can take screenshots of their screens without needing to use a mouse or keyboard.

## Features
- **Hand Gesture Recognition:** Detects hand landmarks to recognize gestures for taking screenshots.
- **Screenshot Functionality:** Captures the current screen and saves it in a designated folder.
- **User Feedback:** Provides visual notifications to inform users about the status of the screenshot process.

## Requirements
- Python 3.x
- OpenCV
- NumPy
- PyAutoGUI
- MediaPipe

You can install the required packages using pip:

```bash
pip install opencv-python numpy pyautogui mediapipe