My servo motor can open, but why can't it close again even though the object is not detected? does it have to cross the red line to detect the servo motor closing? U can help me?
@ElectroniClinic - I would like to use this for a timing system (virtual start/finish line). Will a fast moving object (+/- 8m/s) be detected by an ESP32 running OpenCV? Obviously there will not be a barrier gate :-)
does all the computation and process are done by the esp32 alone? or it just sent the video feed to main PC to be processed there and then sent it back to esp32
so basically I will need two boards, which are esp32cam and ArduinoNano. And the program works by doing things below - 1. esp32cam capture. - 2. send the detecting result to pc. - 3. pc will activate the Nano and servo to work. Am I considering correct?
Congratulations excellent project. Do you think it might be possible to recognize license plates? And open only authorized license plates? all this locally?
I get this error and dont know how to fix. arduino = serial.Serial(arduino_port, baud_rate, timeout=1) AttributeError: module 'serial' has no attribute 'Serial'
Very impressive! I've been working with license plate recognition systems for a while, this project is very cool !
How is it going?
My servo motor can open, but why can't it close again even though the object is not detected? does it have to cross the red line to detect the servo motor closing? U can help me?
@@exampleteam6023 I have no idea. Maybe tinker a little with the code?!
Your tutorial is very helpful hopefully you make a tutorial using ESP32 to segregate objects like paper and plastic 🙇
Thanks for sharing! Good work!
@ElectroniClinic - I would like to use this for a timing system (virtual start/finish line). Will a fast moving object (+/- 8m/s) be detected by an ESP32 running OpenCV?
Obviously there will not be a barrier gate :-)
Good project, can i use esp32 as human detection and alarm without connecting pc.
Then you will have to use raspberry pi
does all the computation and process are done by the esp32 alone? or it just sent the video feed to main PC to be processed there and then sent it back to esp32
Esp32 only sends images to to the PC.
Well this is more like it 🎉;
Thanks buddy.
While we’re at it Can we take a picture too ?😊
ya, we can take a picture.
You will see more advanced versions ;)
@@ElectroniClinic you’re my inspirational guy.
Greetings from Tanzania 🇹🇿.
I’ll rewatch
so you dont need to have any raspberry pi at all? seems like your pc still need to be connected to the arduino.
so basically I will need two boards, which are esp32cam and ArduinoNano. And the program works by doing things below - 1. esp32cam capture. - 2. send the detecting result to pc. - 3. pc will activate the Nano and servo to work.
Am I considering correct?
Exactly.
@@ElectroniClinicis it able to do on a Raspberry Pi instead of on a laptop?
@@Iamchinadog Yes
Congratulations excellent project.
Do you think it might be possible to recognize license plates?
And open only authorized license plates? all this locally?
Ya, it's possible.
Did you use arduino ide in the first programming?
Yes
Can i ask if this project needs to connect to internet to work? the eps32 cam itself?
and can we use arduino uno instead of arduino nano?
can i use esp32 with ardiuno uno from some projects
Yes, you can use. But esp32 itself is enough for most of the projects.
Hello master where is weights of yolov3?
helo my python program wont start, after i run it`ll goes close again, and not showing the camera, please help
Where did you put the esp32 cam?
On the mobile stand.
@@ElectroniClinic so it records the car? Is it connected to the pc
Hi can I use arduino uno instead of nano?
Yes you can
@@ElectroniClinic do I need to change the code?
I get this error and dont know how to fix.
arduino = serial.Serial(arduino_port, baud_rate, timeout=1)
AttributeError: module 'serial' has no attribute 'Serial'