Arduino Hand Gesture Control Computer Using Python || Arduino Project

preview_player
Показать описание
In this project, I have implemented a simple Arduino based hand gesture control where you can PLAY/PAUSE a video, INCREASE or DECREASE the volume and also go to NEXT video(in VLC Player) with the help of hand gestures.
If you do changes in programming you can add a lot more features and even try playing games using this.

Voice: Aqueeb Khan

00:00 Working
00:50 Components & Connections
02:57 Arduino IDE Installations
03:11 Arduino Coding
03:48 Python Installations
04:56 Python Coding

Arduino code & Python code:

python download link:

pyserial download link:

If you are getting error to run the command "python -m pip install pyautogui", you can try "pip install pyautogui===0.9.39"

Components Buying Link:
1. Arduino Uno:

2. HC-SR04 Ultrasonic Sensor

3. Connecting Wire & Breadboard:
Рекомендации по теме
Комментарии
Автор

If you are getting error to run the command "python-m pip install pyautogui"
you can try the alternative command "pip install pyautogui===0.9.39"

SupriyoSarkar
Автор

Hello... I am getting error in python code
ModuleNotFoundError:No module named pyautogui
I am also reinstall the python pyserial libaray and pyautogui then also this error is occured.

dhanashreevast
Автор

Anyone got this bug:
Traceback (most recent call last):
File Control.py", line 1, in <module>
import serial #Serial imported for Serial communication
ImportError: No module named serial


I need help please

kykhoi
Автор

if i use only one ultrasonic sensor will it work for doing some things like decresing sound and other some things please reply bro

techworldarduinoprojects
Автор

i have an error in python coding which means ...it asking "do u want to print (...)? does anyon ehave the solution

rishi
Автор

Thanks a lot for the demonstration. I'm building my project based on this.

RajarajanPanneerselvam
Автор

Thanks a lot sir Thanks you so much, you don't know how much you helped me by this video!
Also, I am IT Engineer I know Python very well, so I was easily able to code with PyAutoGUI though your video was bridge between Python and Arduino Serial Output!!

Once again Thanks!!

harshrana
Автор

hello sir, thank you for sharing the project, is it possible to use one HC-SR04 Ultrasonic Sensor instead of two? what is the downside? thank you so much for your time answering this question

AsfihaniAsfik
Автор

Hello i want to know the Arduino code meaning line by line could you please send me an explanation for the code to understand the code please 🙏

kingkero
Автор

If you are getting error to run the command "python -m pip install pyautogui", you can try "pip install pyautogui===0.9.39" --->> eror help

mstfcnkr
Автор

Hey I'm getting error in python code saying that Module Not Found Error: 'No module named serial'
Pls help me with this tomorrow I'm have to submit my project

vanimohan
Автор

Bro, how did you get connecting wire that connects 5v to 2 ultrasonic vcc?

andrewcho
Автор

Hloo..i have one doubt..iam working the priject but they have one error in python programme running....import pyautogui.. error

joyalv
Автор

I saw your code and had some inquiries about it.
Q1. Does it work for youtube video as well?
Q2. What can I do if my computer does not provide ctrl key as volume up, down, rewind, or forward and instead Fn key does.. Can I just change pyautogui.hotkey(ctrl, up) into pyautogui.hotkey(Fn, up)?

andrewcho
Автор

Howmany we use aurdino for programming ?? If I upload second time program so it's overlapping old program??

akchandel
Автор

The project is working but when up command starts it continuously come as up please help how to fix it even if I remove hand it still goes like that

Tmkoc
Автор

Why do we use 2 sensors only??? why not one? Can you please give answer today itself? I am having exam I need to answer tomorrow

ninadingale
Автор

Hi, I have a problem uploading the code, it says "avrdude: stk500_disable() protocol error, expect=0x14, resp=0x10", how can I solve it? Help!

juo
Автор

I am not able to gage the distance. So the guesture is not working properly can you please tell me the solution for this sir.

meghanadr
Автор

How to solve this in the shell.

b'next\r\n'
b'next\r\n'




I removed this code as you replied to one of the users.
if 'next' in incoming:
pyautogui.hotkey('shift', 'n')

sandymodi