Virtual AI Mouse | Hand Gesture Control | Python Tutorial | OpenCV | Cvzone | Python Project | 2022

preview_player
Показать описание
Code link:

Follow Me :

Timestamps:
0:00 - Intro
0:58 - Setting Up Webcam
2:58 - Hand Tracking
4:21 - Understanding Hand Landmarks
9:28 - Jittering Problem Solve
16:00 - Left Click
19:59 - Right Click
21:33 - Mouse Scroll
23:24 - Double Click
24:42 - Demo
25:50 - Pizza Time

#Computer_Vision
#Python_projects
#Hand_Tracking
Рекомендации по теме
Комментарии
Автор

thank you for your explanation, Can I do it as my final year research project? do I need any dataset to do this ? can we increase the accuracy of functionality? could you please reply to me?? and thanks for your reply

Anna_-
Автор

bro, you deserve a salute I really like the project and it is awesome

mrbbr
Автор

Which algorithm you used in this project

sriharinisriharinisakthi
Автор

To anyone who is getting an error after running the code after setting the webcam :

Use cap = cv2.VideoCapture(0)

0 is the primary camera, so in case of pc, it is the external webcam.

biswajitbiswal
Автор

Thanks Bro, You Solved my Problem. I was Looking for that Project.

safedullahkhan
Автор

i have an error. raise OSError("Unsupported platform inaloso init.py and i already imported the mouse package bt it also shows import mouse package error
how would be resolved could you kindly help me with that

parav
Автор

Mouse module is not working in macOs now. Anyone know any alternatives or how to tackle this

Somebodyyes-ej
Автор

Bro should we need to attach external web cam..or what

sivanms
Автор

Nice video! I have a question. If i want to simulate holding the left click, what i can do to make it work?

sheebsuka
Автор

Asalam o alaikum: brother which platform you are using.

animated_video
Автор

Great Brother. How to create email received code. I have a lot of projects in Computer Vision.❤

zafirabdullah
Автор

When I try right click it is showing:
if fingers[4] == 1 and r_delay == 0:
NameError: name 'r_delay' is not defined

advaiths
Автор

Initially when i checked for each functioning of mouse it executed fine, but after completing the entire coding..if i run, then webcam doesn't gets opened but still there won't be any erorr

bhoomikakr
Автор

where'd you get the lmList?

lmlist = hands[0]["lmlist"]
KeyError: 'lmlist'

this is the error im getting

VLATL
Автор

Its showing an error while starting the double click thread

nitumohapatra
Автор

it's not working for me. can i get help ?

KITA_TECHNOLOGY
Автор

Hello nice video.
I have small doubt...

swapnilkhairnar