Hey I tried to do the same but when the camera is turned on the serial port can't be used for Arduino so it always gives me an error. What did you do exactly?
my arduino is not getting connected with python. i installed pyserial. import serial as Serial arduino=serial.Serial(com30,9600) its giving error module serial has no attribute as Serial plz help.
What software are you using?
Good work man! I'm currently working on a gesture-controlled game (space invaders). Computer vision is fascinating!
Interesting
Hey update on the project?
any image captioning project with transformers
Hello sir, Can you please make a full video on the tutorial for programming this project or else can you please share the code for this project.
Hello. Sure I’ll make a full video. Until then, I’ll upload the code on my GitHub and will share the link in description.
@@sairampenjarla ok sir, thank you so much.
@@lokeshdange4218 github.com/sairam-penjarla/Controlling-arduino-with-computer-vision
Bro I had one doubt any idea on how to connect google Colab to arduino to control servos??
Why not just do it in a python script instead of colab?
create work, thanks for sharing
use firmata standart or servo firmata?
Nice info, thanks for sharing, keep it up :)
hello can you give the detailed list of components and how to run the program
Cool stuff, MAN
I did it. Really cool.
Super 👍
Hey I tried to do the same but when the camera is turned on the serial port can't be used for Arduino so it always gives me an error. What did you do exactly?
what error are you facing?
Ohh😮
Awesome Bro Keep it Up
That's really cool bro
good job but can u make that works with esp32 cam ?
Yes we can. OpenCV supports camera input from ip address as well as long as they are on the same network.
my arduino is not getting connected with python.
i installed pyserial.
import serial as Serial
arduino=serial.Serial(com30,9600)
its giving error
module serial has no attribute as Serial
plz help.
try:
import serial
arduino = serial.Serial ("COM5", 9600)
Hello sir
Plz make a full video+code to turn off and on a computer on events automatically
Or plz say me how to do it
Hope you will help me sir
I think it is done using the media pipe library to identify key points of the hand while the Pyserial library communicates with Arduino
Will you teach us how?❤
The code is in the GitHub. Rep link is in description. Let me know if you are able to run it
Wow this shi is like magic
SO FUCKING COOL
dude you could simply have used teachable amchines to train your model why to write such long code
That’s a good recommendation. I’ll try it out.
Hello 600