Simple Gesture Recognition To Create Virtual Mouse | using OpenCV and Python (Tutorial) Part 1

preview_player
Показать описание
Note: Windows user doesn't need to install pyobjc or pyobjc-core

Keywords:

Reconocimiento Simple Gesture Para Crear Virtual Mouse | Usando OpenCV y Python (Tutorial)

Einfache Gestenerkennung zur Erstellung virtueller Maus | Mit OpenCV und Python (Tutorial)

Simpel gestegenkendelse til oprettelse af virtuel mus | Ved hjælp af OpenCV og Python (Tutorial)
Рекомендации по теме
Комментарии
Автор

Best tutorial to learn OpenCV gesture detection on youtube!

sanskaarpatni
Автор

codacus, love your tutorials . For me your channel is one of the best python and open cv tutorials on youtube

valentinballester
Автор

@Codacus sir what kind of change in the windows to perfectly run the program....?

vikramkumarporia
Автор

Superr video, Good idea, Good presentation
Thanks Buddy....

thomastsojan
Автор

The camera frame is freezed whenever the color of the given object is detected whenever i tried to move the cursor

pratikpatel
Автор

Website is not working.
Please help me to get the source code.

samsungmini
Автор

i'm recieving error while installing pyobjc-core

samba
Автор

Hello there! I really need help working on a project like this kindly help me through please

zeeshanfiaz
Автор

Awesome video... But i have a problem... When I use while loop.... After 5 sec my cam gets struck.... And if I not use it... It works fine... Mouse moves.... Pls help me why is this happening..?

smartboy
Автор

Hello @Codacus, really great tutorials, thank you!

Comparing your code described in the video with the one you launched at the beginning as a demo, I noticed a difference, in particular you replaced:

if abs((((w * h) - (openW * openH)) * 100) / (w * h)) < 30:

with something like:

if (x >= openX) and (y >= openY) and (h <= openH) and (w <= openW) and ...

It's not possible to read the end of the line, but I wonder if that version optimizes the use of the percentage threshold you adopted in your tutorial.

I saw that you also changed the smoothness of the mouse movement by multiplying by a value "c = 0.3" defined at the beginning, instead of dividing by "DampingFactor" and I wonder if this also improves the performance.

Together with the parameter "c = 0.3", you have also defined another "l = .3", which I did not understand where you used it in your initial demo, compared to the one elaborated in the tutorial.

I was wondering if you could share any optimizations here, and how to implement the double click too, with another video!

Thank you so much! Great channel! Best regards

yitaverse
Автор

After some conversions of some bugs like float to int, still this is not working, the camera stops responding.

rohitpawar
Автор

Can you do one more time this same tutorial with good audio

Praxss
Автор

Sir where is the previous video of this one .. please give me the link..

SHIVANAN
Автор

What algorithm did u used can you please tell me. I really like this project

adityasahu
Автор

You use a special sensor or just a HD camera?

favresamuel
Автор

sir i am run this program in my pc(windows), but it gets error and camera is not responding ....plz help...

vikramkumarporia
Автор

The processing of moving mouse cursor is slow why ??

mohitarora
Автор

great work sir.
can you please help me with "how to move the cursor with eyeball movements?"

nishantpassari
Автор

Cv2.line gives me error

Integer argument expected, got float

Fusionmedia-guna
Автор

@Codacus the frame is not responding and freezes

rawkstar