This is python project Virtual_zoom which zooms image with using only three finger(thumb,index finger, middl finger) i have made this using OpenCv
This project is a virtual zoom application that utilizes hand gestures to control the zoom level and position of an image. By raising both hands with thumbs, index fingers, and middle fingers up, users can zoom in and out of the image. The distance between the hands determines the zoom level, and the image is automatically centered between the hands.
- Raise both hands with thumbs, index fingers, and middle fingers up to activate zoom control.
- Increase the distance between hands to zoom in.
- Decrease the distance between hands to zoom out.
Install Dependencies:
install OpenCv using Terminal :
"pip install opencv-python
"