Control Mouse using Finger Tip | Computer Vision | Open CV | Pyautogui
- Open CV to capture continues real time frame.
- MediaPipe pipeline model to detect hand and track hand landmark in frame.
- Pyautogui to control mouse
- Index and Middle finger : left click (If distance between Index finger and Middle Finger is short then it left click Note:Thumb should also be close).
- Thumb : double click (open your thumb for double click).
- Index Finger : Right click (close index finger for right click Note:Thumb should also be close).