How to make a surveillance robot using ESP32 Cam Module | Hash Robotics

  Рет қаралды 113,358

Hash Robotics

Hash Robotics

Күн бұрын

Пікірлер: 275
@petermenningen338
@petermenningen338 2 жыл бұрын
Your project is well designed for a prototype. A few observational comments: 1, loose the music and put in text explanations informing what you are doing especially in the code section. 2, Since both Arduino and the esp32 code libraries are open source and they do change over time some of your code will break and by the comments it seems to have. I had a problem in another video ( other creator) that was a few years old that the library he used was replaced by a different one. 3, There is an error in one of the photos in the zip file it shows 4 AAA batteries 6V rather than 3 Lipos @ 9v I doubt that AAA batteries can deliver the power for those motors.
@ivansouta8323
@ivansouta8323 Жыл бұрын
The best tutorial which I have seen. Great thanks!
@MaxImagination
@MaxImagination 3 жыл бұрын
Fantastic robot car! 😀👍
@humbertoleal7683
@humbertoleal7683 3 жыл бұрын
Excelente, mil gracias por compartir tus conocimientos. Un saludo desde Bogota-Colombia
@HashRobotics
@HashRobotics 3 жыл бұрын
thank you.keep supporting
@f.schwemberger3359
@f.schwemberger3359 2 жыл бұрын
Hi, thanks sharing your project. I just want to draw your attention to the fact that there is a bug in your code on Google Drive. The IP address for streaming image is hard-coded in your HTML (app_httpd.cpp). But this is different for everyone else and cause an broken link error. Many greetings
@Paul-rs4gd
@Paul-rs4gd 2 жыл бұрын
Everything works for me except the servo control on GPIO2. If I call InitServo my camera will not initialise. The GPIO2 pin is meant to be available, provided you do not use the SD card. Any idea what is going wrong ? EDIT: The problem appears to be the way that ESP32 pwm channels share clocks. Each channel consecutive channel pair need to use the same clock frequency. Also on my board (Ai Thinker), channels 8 and 9 do not appear to work. Also, as far as I can see, the LED flash on channel 7 should clash with LMotor2 on channel 6.
@romilsondgerard1978
@romilsondgerard1978 2 жыл бұрын
Hello! Great project! How can I get the libraries? To solve issues such as: dl_lib_matrix3d.h: No such file or directory
@ra198582
@ra198582 3 жыл бұрын
hi, Do you have other video explainning how to make the code? I would like to undertand who to make my own functions. thanks
@dreizehnzd5334
@dreizehnzd5334 3 жыл бұрын
good robot! How could I add another servo that rotates from 0 to 180?
@rohanraj5435
@rohanraj5435 3 жыл бұрын
Define an another servo in .ino or .cpp file
@rohanraj5435
@rohanraj5435 3 жыл бұрын
It will be easy if you know the arduino language and c++ language
@DUGGYMUSIC
@DUGGYMUSIC 3 жыл бұрын
Doesn't it work with 6V batteries(1.5V x 4)? Does it have to be 12V?
@rohanraj5435
@rohanraj5435 3 жыл бұрын
It works only on 12v battery or 11.1 battery approximately
@narenrohan1198
@narenrohan1198 2 жыл бұрын
@hashrobotics and when i am trying to set the proper settings i am not geting any selection options in the programmers place
@jovanigonzalez6297
@jovanigonzalez6297 2 жыл бұрын
I HAVE A QUESTION , I CANNOT FINTHE AVR ISP IN THE PROGRAMMER, HOW CAN I INSTALED IT?
@tony0488
@tony0488 2 жыл бұрын
why when i make it the result of the camera esp32 cam can't appear ask for help🙏
@surajjha5390
@surajjha5390 2 жыл бұрын
Kindly ples tell how we can find camera Mount and servo motor stand??@Hash Robotics
@azizagasi7887
@azizagasi7887 3 жыл бұрын
I am making this robot as home security system with additional sensors but since this cannot be operated from anywhere what can its application be, please help me
@Projectswithmani
@Projectswithmani 3 жыл бұрын
hii can I use the connections for arduino uno instead of USB module???
@mradulpandey3958
@mradulpandey3958 3 жыл бұрын
Bro mere code uploading mein error aa rhi hai ERROR COMPILING FOR BOARD ESP32 WROVER MODULE
@CristianDv7
@CristianDv7 2 жыл бұрын
where is the library of dl_lib_matrix3d.h i can´t find, please help
@Paul-rs4gd
@Paul-rs4gd 2 жыл бұрын
It is not used in the latest ESP32 support from Expressif, and has been removed. You can try to install v1.02, that version is meant to work although I have not tried it.
@hanscai8480
@hanscai8480 3 жыл бұрын
I don't have a camera mount for the esp cam can I just glue the esp to the servo?
@Anukalp_Tripathy
@Anukalp_Tripathy 3 жыл бұрын
Can anyone tell how can I get the esp_camera.h esp_wifi.h library I tried a lot but not getting in the github
@startyourWILL
@startyourWILL 2 жыл бұрын
give the link of that product you used in 19:26
@tony0488
@tony0488 2 жыл бұрын
why when I make this surveillance robot the results of the esp32 cam camera don't appear, only the control button appears asking for help🙏
@HashRobotics
@HashRobotics 2 жыл бұрын
Change IP address in the index page part
@junaidtp9815
@junaidtp9815 Ай бұрын
hash i select ai thinker camera on code..instead of esp32 wrover module....problem?
@vallapureddynithinreddy5321
@vallapureddynithinreddy5321 4 жыл бұрын
From how much range(distance) can we operate and can we operate when there is a wall like obstacles?
@JanneOksanen
@JanneOksanen 3 жыл бұрын
I think it's a web server running on the ESP32 so basically as long as the robot and your control device are connected to the same network you can control it from anywhere in the world. It just depends on how good the wifi coverage is around the robot.
@jotaoesee5786
@jotaoesee5786 Ай бұрын
What i need tonconsider for a 24v dc motor project?
@rodrigosantos4160
@rodrigosantos4160 3 жыл бұрын
Hi! Just curious. Where does the html which makes the buttons and positions/sizes the camera display resides in the .ino code? Is it part of one of the libraries? Great project!!! Subscribed!
@HashRobotics
@HashRobotics 3 жыл бұрын
Hi. You can find the html page design in the .cpp file. Thnaks for subscribing.
@narenrohan1198
@narenrohan1198 2 жыл бұрын
@@HashRobotics I am not able to upload the program into the esp32 can module
@rkcreations1882
@rkcreations1882 2 жыл бұрын
Hii I want this project report. And each components description.
@fabriziolongo83
@fabriziolongo83 2 жыл бұрын
Great project. Is it possible to add a label with a sensor value on a web page? If yes....how I can do it?
@vwaveproductions6632
@vwaveproductions6632 Жыл бұрын
Im wondering the same thing..
@RixtronixLAB
@RixtronixLAB 2 жыл бұрын
Creative video, thanks :)
@narenrohan1198
@narenrohan1198 2 жыл бұрын
Do I have to insert a micro sd card
@pottaharitha7832
@pottaharitha7832 2 жыл бұрын
Hi, code and circuit link in description is not opening. Please help me
@samiulbasirrajib3038
@samiulbasirrajib3038 3 жыл бұрын
Can't control the car through pc web server.
@joieemmanuelmansueto5943
@joieemmanuelmansueto5943 3 жыл бұрын
Hi i already changed the ip address but camera feed is still not working any solutions to this?
@lakhanyadav1998
@lakhanyadav1998 2 жыл бұрын
Did you find any solution
@Abhi-ch4mq
@Abhi-ch4mq 2 жыл бұрын
does it use websocket protocol or is it using normal html protocol?
@rushikeshswami5676
@rushikeshswami5676 2 ай бұрын
What would be the range.? Of this car
@TheGreatSage_Heavensequal
@TheGreatSage_Heavensequal Жыл бұрын
everything is fine, but i am not getting any video in the web server, can i get some urgent help please?
@munirahzul3661
@munirahzul3661 3 жыл бұрын
Hi ! Im wondering if the ssid and password part. We need to put wifi network that are currently on the area ? Because when i put my hotspot ssid and password its not working. I dont have any available wifi in this area thats why i tries to use my mobile hotspot.
@rohanraj5435
@rohanraj5435 3 жыл бұрын
You can create your wished ssid and password. it is about creating network
@vaibhavgirase9029
@vaibhavgirase9029 2 жыл бұрын
I want to use a relay for operate 12 volt water pump so what changes required in code. Please reply as fast as possible
@thierryvonvillongarcia9278
@thierryvonvillongarcia9278 3 жыл бұрын
how can i adapt the circuit diagram to use arduino instead of CP2102 module to download code in ESP32?
@HashRobotics
@HashRobotics 3 жыл бұрын
Reference available in online please check. I'll also check and update.
@fakephysicsengineer6188
@fakephysicsengineer6188 3 жыл бұрын
how to acces this camera from different network?
@gsgupta3503
@gsgupta3503 4 жыл бұрын
where did i buy,.any online shopping website from this equipment ....pls help ...
@Baritroboy
@Baritroboy 3 жыл бұрын
Sir what is the range of this car is it connected with internet??
@Burgyste
@Burgyste 3 жыл бұрын
Hi, Having problems contolling the robot from my pc, do i have to remove the app_httpd.cpp file from the ino code and replace it with the other one, or where is the problem, what ami doing wrong?
@HashRobotics
@HashRobotics 3 жыл бұрын
Don't have to replace any file. You can directly upload the program. Only you have to change the ip address of img src tag for video monitoring. Exactly what issue that you are facing?
@Burgyste
@Burgyste 3 жыл бұрын
@@HashRobotics I have it running from my iphone although making the conection is very very slow, it will not run from my pc, it does not react to my pressing of the buttons the sliders work ok , a picture on my pc i have had only once. Could it be due to a bad wlan conection?
@Burgyste
@Burgyste 3 жыл бұрын
I am using a TB6612ENG and one GPIO is Wrong, where does the pwma and pwmb get conected to, i am using the following at the moment; const int RMotor1 = 14; RMotor2 = 15; Motor1 = 13; LMotor2 = 16; ServoPin = 2; & FlashPin = 4 although at the moment i do not have a servo attached?
@Burgyste
@Burgyste 3 жыл бұрын
When pressing the direction buttons on my phone i get the following reaction, Turn left=left side backwards, right side forwards: Turn right=left side forwards, right side stillstand: Forwards=left & right side forwards: Backwards=left side backwards, right side stillstand.
@syedfurqaanraza2228
@syedfurqaanraza2228 2 жыл бұрын
item not define in cpp file what to do now
@ofybc5560
@ofybc5560 3 жыл бұрын
hello, i follow all your steps but once i put the IP on the chrome or safari button controls appears except camera feed.
@danieljimenez9310
@danieljimenez9310 3 жыл бұрын
change the IP in the app_httpd.cpp for yours
@avinashgaikwad2428
@avinashgaikwad2428 3 жыл бұрын
same
@ofybc5560
@ofybc5560 3 жыл бұрын
nope not working
@zededits6322
@zededits6322 2 жыл бұрын
@@ofybc5560 you need to be near a wifi router. How close are you to yours? If it's directly connected to your PC then the camera should be working.
@phuongtung8765
@phuongtung8765 2 жыл бұрын
What app do you use to create a website sir?
@Burgyste
@Burgyste 3 жыл бұрын
Super project thank you, could you please make the same project replacing the L298N Bridge with a TB6612FNG H-Bridge or DRV8833, that is a new wiring plan and new code.
@ТатьянаГросс-р5о
@ТатьянаГросс-р5о 2 жыл бұрын
😁
@sudhevkavungal5743
@sudhevkavungal5743 3 жыл бұрын
How can I get the remote control
@pranavnagvekar636
@pranavnagvekar636 2 жыл бұрын
Ehat was the total cost for making this????
@surajjha5390
@surajjha5390 3 жыл бұрын
Can u ples tell y esp32 cam module not showing any video output apart from that all functionality r okay after connecting with the ip which got from serial monitor ples reply video image is not showing other then code uploaded succefully.
@lakhanyadav1998
@lakhanyadav1998 2 жыл бұрын
Me also, do you find any solution
@camilomantila3401
@camilomantila3401 Жыл бұрын
hola, no me corre por que no tengo la libreria dl_lib_matrix3d.h, intente descargarla pero no me anda, me aparecen mas errores, tu me puedes compartir esa libreria o un link de donde descargarla?
@mehmeterendogan9577
@mehmeterendogan9577 3 жыл бұрын
hello buddy, I searched the libraries you use, but I could not find them. I would be very happy if you share the links of the libraries.
@HashRobotics
@HashRobotics 3 жыл бұрын
Hi.all libraries will be imported once you download esp32 board manager.
@wellingtonpereira8171
@wellingtonpereira8171 10 ай бұрын
Só funciona se estiver na mesma rede?
@jopiebangoen5616
@jopiebangoen5616 3 жыл бұрын
Camera probe failed with error 0x20004 , how to fix this problem?
@HashRobotics
@HashRobotics 3 жыл бұрын
Make sure that you are applying 5v. And how you are trying to upload the program?
@janinho82
@janinho82 2 жыл бұрын
An amazing project! Is it possible to put a rechargeable battery and know the battery level, when the battery is low go to a charging station? Or it would not be possible because it has to be turned off to recharge? Thanks genius!
@plamaka5660
@plamaka5660 2 жыл бұрын
i am not the author but u can u must to have module for voltage measuring and the some coding
@iyanuoluwae.o.4254
@iyanuoluwae.o.4254 3 жыл бұрын
Pls do Esp 32 cam with i2c lcd, thanks
@bharath5673__
@bharath5673__ 4 жыл бұрын
i just followed all ur each and every steps.. // no camera output and showing "Header Fields are too longe for server to interpret" what does this mean pleas help
@TECHWITHREDDIX
@TECHWITHREDDIX 4 жыл бұрын
Try reconnecting the circuit and use 3 v
@srkravikumarsharma
@srkravikumarsharma 3 жыл бұрын
camera not displaying video ..although rc car working and esp32cam led working too...
@HashRobotics
@HashRobotics 3 жыл бұрын
Change the ip address in index page part
@Duriel1000
@Duriel1000 2 жыл бұрын
would I be able to control this over regular internet?
@HashRobotics
@HashRobotics 2 жыл бұрын
No. You need wifi connection
@renujagunasekara2818
@renujagunasekara2818 3 жыл бұрын
Robort can record camara?
@hjkkjh443
@hjkkjh443 3 жыл бұрын
What size is your car frame? Where to buy the car frame?
@HashRobotics
@HashRobotics 3 жыл бұрын
you can use any frame
@sameerswain7947
@sameerswain7947 8 ай бұрын
the web server not able to see the live cemera recording
@ravindrareddy75
@ravindrareddy75 4 жыл бұрын
From where did u buy the chassis
@HashRobotics
@HashRobotics 4 жыл бұрын
From local market sir. And altered a little bit
@ravindrareddy75
@ravindrareddy75 4 жыл бұрын
@@HashRobotics... Okay thank you for reverting back ☺️
@HashRobotics
@HashRobotics 4 жыл бұрын
@@ravindrareddy75 welcome and keep supporting
@NetoRodrigues-yl8bv
@NetoRodrigues-yl8bv Жыл бұрын
Quanto é o kit desse carrinho aí para montar
@mitico9588
@mitico9588 6 күн бұрын
Puede dar los materiales que utilizo...?
@avinashgaikwad2428
@avinashgaikwad2428 3 жыл бұрын
the code is not proper when we are opening the IP then controllers are working properly but the camera video is not showing,you should fix this problem
@VikasHacker
@VikasHacker 3 жыл бұрын
Yes
@HashRobotics
@HashRobotics 3 жыл бұрын
Hi please change IP address in index page also. Then it will work. Sorry forgot to mention
@VikasHacker
@VikasHacker 3 жыл бұрын
@@HashRobotics no I changed the ip then also it not working
@VikasHacker
@VikasHacker 3 жыл бұрын
@@HashRobotics so properly where where we have to change properly man
@HashRobotics
@HashRobotics 3 жыл бұрын
@@VikasHacker in the design part. app_httpd.cpp file. Refer img tag
@kthuskkk8258
@kthuskkk8258 2 жыл бұрын
hi broo this cantrol panal no display. can i fix this halpe me.
@NetoRodrigues-yl8bv
@NetoRodrigues-yl8bv Жыл бұрын
Aonde eu posso encontrar essa loja para comprar para eu comprar esse kit SK para eu aprender a montar
@boriscamelo0902
@boriscamelo0902 3 жыл бұрын
Hello, this dc motors are 12v? or 6v?
@HashRobotics
@HashRobotics 3 жыл бұрын
12V
@ТатьянаГросс-р5о
@ТатьянаГросс-р5о 2 жыл бұрын
Fyr7gyg7fffftgctydydtgt32fgufytyfcytdfdhjbgifhhfh
@ТатьянаГросс-р5о
@ТатьянаГросс-р5о 2 жыл бұрын
@@HashRobotics zyfugtu32
@ТатьянаГросс-р5о
@ТатьянаГросс-р5о 2 жыл бұрын
@@HashRobotics 1 000 v
@nguyenminhthang2232
@nguyenminhthang2232 4 жыл бұрын
Can I use other wifi networks between ESP32CAM and my phone?
@HashRobotics
@HashRobotics 4 жыл бұрын
Yes you can make esp32 cam as access point and can able to control via your phone
@nguyenminhthang2232
@nguyenminhthang2232 4 жыл бұрын
@@HashRobotics I want to watch online using 4G on my phone and the ESP32CAM is connected to a Wifi network. Is that possible? Sorry I'm not good at English
@HashRobotics
@HashRobotics 4 жыл бұрын
@@nguyenminhthang2232 That is fine. I understand what you are meaning. Yes, that is possible, and give me the time so I will make a video for that and let you know. Thanks
@nguyenminhthang2232
@nguyenminhthang2232 4 жыл бұрын
@@HashRobotics I wait for good news from you 😍
@narendrashiva9360
@narendrashiva9360 3 жыл бұрын
@@HashRobotics So have u done on it sir. If not can u help us to do it by giving the code. My project work have only 5days to submit. If it works out I will be very thankful to you🙂.
@vijendharreddymuppidi2770
@vijendharreddymuppidi2770 3 жыл бұрын
How much total this equipment cost
@ТатьянаГросс-р5о
@ТатьянаГросс-р5о 2 жыл бұрын
Tyiifigiduxbfogcy бfufyugigyhyfuc12 (4366fhdigfyfghuug
@bharath5673__
@bharath5673__ 4 жыл бұрын
Not able to view image 😢
@charantejah3181
@charantejah3181 3 жыл бұрын
Even me
@bharath5673__
@bharath5673__ 3 жыл бұрын
@@charantejah3181 connect with ur mobile Hotspot
@DheerajYadav-jj5gt
@DheerajYadav-jj5gt Жыл бұрын
Can you please tell me how to connect it with my phone please
@jhonatanmartinez9112
@jhonatanmartinez9112 3 жыл бұрын
como se puede obtener tu código? quiero hacerlo Ya lo ví, tengo un problema, me podría apoyar?
@HashRobotics
@HashRobotics 3 жыл бұрын
el código disponible en la descripción. También hay disponible una segunda versión de este robot. por favor, compruebe
@jhonatanmartinez9112
@jhonatanmartinez9112 3 жыл бұрын
@@HashRobotics GRACIAS POR SU RESPUESTA, UNA PREGUNTA SE PUEDE CONFIGURAR EN MODO AP? YA TENGO FUNCIONANDO EL CÓDIGO PERO NO PUEDO VISUALIZAR EL VIDEO Y DE IGUAL MANERA ME INTERESA QUE TENGA UNA IP FIJA
@jhonatanmartinez9112
@jhonatanmartinez9112 3 жыл бұрын
​ Friend I already put a fixed IP and I have everything working correctly, I just want to know if you can help me to increase the size of the video window, is it possible?
@techrobo7440
@techrobo7440 Жыл бұрын
We can upload code also using arduino in esp32
@techrobo7440
@techrobo7440 Жыл бұрын
Cam pe
@nirmalyapatra7894
@nirmalyapatra7894 Жыл бұрын
Is it controlled by internet
@felixferia2433
@felixferia2433 4 жыл бұрын
Esto está al final de sketch- No me da la conexión con wifi
@emmanuelgenerale9723
@emmanuelgenerale9723 4 жыл бұрын
Please teach also how to make joystick controller for it
@HashRobotics
@HashRobotics 4 жыл бұрын
Will try and upload soon
@sonistephan9733
@sonistephan9733 3 жыл бұрын
Speed is slow but rest everything in awesome
@HashRobotics
@HashRobotics 3 жыл бұрын
Thank you
@electroillusion8013
@electroillusion8013 3 жыл бұрын
Use high rpm motor
@mahmoodchk
@mahmoodchk 4 жыл бұрын
When I upload the code it shows error " A fatal error occurred: Timed out waiting for packet header" kindly guide me to solve the issue. thnks
@HashRobotics
@HashRobotics 4 жыл бұрын
You should apply 5v to the module. and while uploading press reset button
@dhawalshende226
@dhawalshende226 4 жыл бұрын
@@HashRobotics hi hash bahi
@dhawalshende226
@dhawalshende226 4 жыл бұрын
Waiting for a heart from# hash
@electroillusion8013
@electroillusion8013 3 жыл бұрын
Can I use high rpm motor?
@HashRobotics
@HashRobotics 3 жыл бұрын
Yes you can use
@ashish_joseph1308
@ashish_joseph1308 3 жыл бұрын
What is the range of this surveillance robot
@HashRobotics
@HashRobotics 3 жыл бұрын
Depends on your mobile or router wifi range
@Datablocker
@Datablocker 4 жыл бұрын
How to Solve Servo Problem? When i Try to change angle of Servo, the car goes crazy and the connection is lost.
@MrJohng2001
@MrJohng2001 4 жыл бұрын
You need to connect the servo power directly to a battery or separate power supply as it draws too much current and crashes the ESP32cam
@putusuryadi
@putusuryadi 3 жыл бұрын
@@MrJohng2001 servo and esp32 have to connected to the same gnd right?
@Paul-rs4gd
@Paul-rs4gd 2 жыл бұрын
I get this problem even when GPIO2 is not connected to the PWM board. It appears that there is a problem using GPIO2, but I cannot see why. My board is ESP32-CAM Ai Thinker MB.
@mradulpandey3958
@mradulpandey3958 3 жыл бұрын
Good robo But how to buy a camera mount
@HashRobotics
@HashRobotics 3 жыл бұрын
Please see version 2 with 3D printed parts
@abhishekjp7016
@abhishekjp7016 2 жыл бұрын
Camera not working......Please help
@HashRobotics
@HashRobotics 2 жыл бұрын
Please change the ip address in index page. It will work
@pankajdang044
@pankajdang044 3 жыл бұрын
What is the use of servo motor here?
@HashRobotics
@HashRobotics 3 жыл бұрын
to control tilt angle of the camera
@pankajdang044
@pankajdang044 3 жыл бұрын
@@HashRobotics thank you
@ravindrareddy75
@ravindrareddy75 4 жыл бұрын
Can we get the chassis online
@HashRobotics
@HashRobotics 4 жыл бұрын
Yes you can.
@ravindrareddy75
@ravindrareddy75 4 жыл бұрын
@@HashRobotics ☺️👍
@electroillusion8013
@electroillusion8013 3 жыл бұрын
Great
@sebastianthomas6720
@sebastianthomas6720 4 жыл бұрын
Bro can please suggest me a small project to get into robotics.....
@HashRobotics
@HashRobotics 4 жыл бұрын
If you are beginner start with arduino projects like line following, obstacle avoiding robot,etc
@sebastianthomas6720
@sebastianthomas6720 4 жыл бұрын
@@HashRobotics thanks brother
@mohdazrulbinmohdazmi3123
@mohdazrulbinmohdazmi3123 3 жыл бұрын
how to used that coding by using app blynk app
@Dramaqueen-k8l
@Dramaqueen-k8l Жыл бұрын
We couldn’t find com6
@hanscai8480
@hanscai8480 3 жыл бұрын
Hi why is there a servo motor?
@HashRobotics
@HashRobotics 3 жыл бұрын
For tilt camera video
@pankajdang044
@pankajdang044 3 жыл бұрын
where you purchase the chassis?
@HashRobotics
@HashRobotics 3 жыл бұрын
Local market
@himanshupatil1073
@himanshupatil1073 3 жыл бұрын
the espcam is not connecting to wifi even after compiling it many times
@HashRobotics
@HashRobotics 3 жыл бұрын
Check your wifi credentials please.
@grootgadot1872
@grootgadot1872 3 жыл бұрын
Everything is working fine but not getting the video. Please help me
@HashRobotics
@HashRobotics 3 жыл бұрын
You may need to change the ip address in the index page part
@grootgadot1872
@grootgadot1872 3 жыл бұрын
​@@HashRobotics that worked Thank You
@hamranrosli6844
@hamranrosli6844 3 жыл бұрын
@@grootgadot1872 can you help me?
@bactran4245
@bactran4245 3 жыл бұрын
how to avoid water ripples
@khriesetuorio3195
@khriesetuorio3195 2 жыл бұрын
Everything is working fine except camera not appearing on my screen... Can anyone help?
@HashRobotics
@HashRobotics 2 жыл бұрын
Please change the ip address in index page and try
@andrivie579
@andrivie579 2 жыл бұрын
menu stop change with capture image brother ..please next project
@alexdavid8319
@alexdavid8319 4 жыл бұрын
Help , Cam no working ,no open !!!!
@bharath5673__
@bharath5673__ 4 жыл бұрын
The problem is with the router.. Just connect with ur mobile phone Hotspot.. It works super
@berkancetinkaya2467
@berkancetinkaya2467 3 жыл бұрын
@@bharath5673__ i connected with my mobile phone Hotspot but i've still living no working cam problem..... can you help me please??
@bharath5673__
@bharath5673__ 3 жыл бұрын
@@berkancetinkaya2467 it has to work,, or else try refreshing the page
@berkancetinkaya2467
@berkancetinkaya2467 3 жыл бұрын
@@bharath5673__ we tried that but we did not get any result. Is there be any problem with #define CAMERA_MODEL_AI_THINKER line?
@bharath5673__
@bharath5673__ 3 жыл бұрын
@@berkancetinkaya2467 no that is not a problem
@calvinjadealcantara8047
@calvinjadealcantara8047 3 жыл бұрын
the camera is not working no display just the controls are working properly
@HashRobotics
@HashRobotics 3 жыл бұрын
Change the ip address in the index page img src tag
@omarte8954
@omarte8954 3 жыл бұрын
can I operate the ESP cam 32 with arduino direct without FTDI module ... as while I am connecting the cam with the arduino , there is an error during uploading ... " A fatal error occurred: Timed out waiting for packet header" kindly guide me to solve the issue. thnks
@HashRobotics
@HashRobotics 3 жыл бұрын
Yes you can connect. Make sure that you are supplying sufficient voltage to the esp32 cam.else you may get this kind of error
ESP32 CAM Surveillance Car | SPY Camera Car
8:41
Viral Science - The home of Creativity
Рет қаралды 172 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Flying Electric Motorcycle Debuts at CES 2025
2:42
Interesting Engineering
Рет қаралды 2,6 М.
Surveillance robot using ESP32 Cam Module Upgraded | Hash Robotics
36:33
Make Dumb Electronics Smart for $3
13:13
I Like To Make Stuff
Рет қаралды 796 М.
Flipper Zero Must Have Modules
14:53
sn0ren
Рет қаралды 169 М.
Simple ESP32 CAM Object detection using Open CV
15:41
Mirko Pavleski
Рет қаралды 8 М.
Stop Wasting Money on New Batteries! Restore Old AA Batteries Today!
18:17