AirCanvas allows you to draw on the screen using your fingers in front of a webcam. It tracks hand gestures, counts the number of fingers, and changes the drawing color based on how many fingers you show. The application supports interactive drawing and color change using simple hand gestures.
- Draw on the screen by moving your index finger.
- Change drawing color by showing different numbers of fingers:
- 1 Finger → Red
- 2 Fingers → Green
- 3 Fingers → Blue
- 4 Fingers → Yellow
- 5 Fingers → Black
- Fully offline with no external API.
- Real-time finger counting and drawing.
- Python: Programming language used.
- OpenCV: For webcam feed and drawing.
- MediaPipe: For hand and finger tracking.
- NumPy: For image manipulation and distance calculation.