I want to build this project so I can connect to it any place in the world. Can I use an external internet access for the esp32 cam instead of my phone so I can have acces to it anywhere in the world and can I be able to control the servo any place in the world? Thanks
Unfortunately it can not be done using this project . This camera can be accessed locally only . You need to use the party apps like Blynk to access the camera globally from anywhere in the world . Unfortunately I don’t have video using Blynk on my channel . You can check for reference on internet . 👌🏻👏🏻
@@hashincludeelectronics Okay. I thought it is webserver connected already. For example, I just need a router for the esp32 cam then while internet connected it streamed the video live to my phone at another country after turning ON my mobile data. Also, why is blynk different from this. I think they plan the same source as you either need a web or app so you can stream the live video.
@@joshuaolaiya you can not connect to your local routers IP from outside . And even though you open port externally somehow , it’s dangerous . When using Blynk we send data to Blynk server first . And then from mobile we connect to Blynk server and receive the data.
Thanks for checking out the video and glad that it worked perfectly for you . Sure . You can also enable the subtitle using RUclips feature as well if needed .
Bro I am providing it 5v supply but I think it's less than 2 A. Since I am not using sevo but still the video is freezed. Is it because of A? Is it necessary to provide 2A for video streaming
I am a newei and I have got an another problem 😅 Now the video gets freezed whenever I try to stream the video. Also I am only able to use it when I am connecting it through arduino to laptop. ESP32 doesn't start when I power it external 5v supply without the RX, TX pins. It's only working when I am connecting the RX, TX pins of arduino with it.
@@hashincludeelectronics Thank you very much for your reply. Ask because of my intended model train application. I'd like to mount on model train flatcar ... it would be nice to see forward, backward as well as right and left as train goes around layout.
Thank you very much. I haven't tried the code yet, but I'm sure it will be fine. However, I had to file down the servo horns a lot to make them fit in their places. Length-wise it's not a problem, it's the width. And the holes don't match up. I've ordered other models for the next one ;) - Actually, I'm going to build the vehicle shown in the other video, but I prefer to separate the steps. Projects: general surveillance and scaring pigeons.
Thank you all sorted I was previously facing some error of ledcsetup one but reading comments I resolved it🎉🎉🎉🎉 Can you make edit in video specially addressing for new maker to use 2.0.16 version that will be very helpful for them and time saving❤❤❤
Hey there I'm having a problem with the live video it doesn't seem to be showing up for me. I've also noticed that the servo doesnt work even though i've followed all of you instructions in the video including the max messages queue and reupload the code
Hello sir.... I have also made it looking like this. But problem is coming. The video is not playing and stops after showing only 1 second and the servo motor is also not running. Only the LED function is working.
I have a question: if I want to use only one servo motor, then add a PIR sensor and a piezo buzzer, do I also need dummy pins for each component? Or are dummy pins only necessary for the servo motor? Thank you, please answer.
Thank you for checking out the video and suggestion 👍 The noise comes from Servo motors used as these are very cheap servos and has plastic gears. It can be avoided using better servos with metal gears .
the servo motor you used were from miuzi and the link you provided was tower pro which i bought and were totally useless. can you provide link for the miuzi servo motors. can you tell me where you buy parts from
I have a basic question.i m getting a esp32 board..... should i get the cam version or the plain esp32.....does the cam version have all the functionality of normal esp32...since number of pins in esp cam are half the number of non cam version
It depends upon your project need . Does your project need camera in it ? If yes then go for esp32cam . Else if you are starting with esp32 then buy simple esp32 module of 38 pins . Yes both the modules will almost function same with esp32 having far more number of pins than cam module.
Thanks for checking out the video. You need to upload the code into esp32cam module and restart it. Once done try to see if its available in wifi in your mobile. If not then try restarting your Wi-Fi on mobile.
I am getting the light to flash but im getting no response from the servos at all. I have everything connected to a power supply so i know there’s plenty of voltage and amps but I’ve got nothing out of the servos. Power supply shows they are not even drawing power. Any solution?
Thanks sir , since I have made a drone I want to add a camera which can record and send to phone but there is no video of it soo i searched for wireless cctv and this was helpful I can add it to my drone soo i can stream in phone thank you sir also can u pls Say me how to make the camera and the phone connection range long
Thanks for checking out the video 👏🏻👍🏻. It’s nice to hear that you are working on drone and want to add camera functionality in it . However this project has very limited range like wifi . However if you want to increase the range then you might have to connect the antenna. 👏🏻👍🏻
@@hashincludeelectronics Can u make a video about it soo i can understand clearly since I don't know properly of making things because I don't have the essential required stuff
Oh tht nice but can u explain the Arduino part i tried but it failed i didn't know how to do it . If u could help me I will be very thankful I will try the robotic arm which u have made its was awesome ur explanation tho it's nice bro Tho i have a doubt i wanted to purchase a 4DOF robotic arm is tht code applicable for tht which is a 3DoF Those both look quite similar pls reply sir❣️
hi nice video, can you explain more why we need the dummy servos for the libraries to not interfere ? i am attempting a similar project, and i notice that when my servos are connected, the esp32 fails and continuously reboots.
Actually it was to avoid the conflict between timers used by servo and cam . But if you check my recent videos we don’t need dummy servos at all . I have fixed that problem . 👍🏻👏🏻
Can I combine this project with your other video named “Surveillance Car using ESP32 Camera Module"? If yes, what should be the changes that will occur in its code and the wiring
Thanks for checking out the video 👍 Good to hear that you are making progress in this project . What issue are you facing with servo ? Make sur to provide proper power supply of 5v dc.
@@hashincludeelectronics Thanks so much for your reply! I am using a 27-watt 3v-7v adjustable voltage power supply, which is set at 5v. The Servos are not responding to slider adjustments.
great work! I have a question: Does it need to be on the same Wi-Fi network? I want to control it from a distance. Do you have any suggestions on how I could do that?
Hello friend, first of all, the project you have made is very nice, I congratulate you and I have a question for you. I will move this system to the v4 port of my modem. I need to connect it to the modem. What changes should I make in the code to connect it to the modem?
Thank you very much for your nice comment . 👍🏻👏🏻. To answer your question , you will have to AP WiFi mode in the code . You can check my getting started with esp32 video to see how we can connect to modem using AP mode 👍🏻👏🏻
I want to implement this project: "Design of Driver Awareness system depending on Eye and Face Feature and Discrimination" Can I use ESP32 instead of Raspberry Pi ? please reply
You can use esp32cam however you will have to do more study on how to use it for object detection etc . 👍🏻👏🏻please check details on internet available 👍🏻
i've issue my adapter was blinking when plugging to esp32 cam. My adapter 5v 2A just normally no problem in other. i confused in this, where's the problem..
It says frame buffer could not be acquired and video freezes after the first frame and with the servo motors they rotate once in a weird way and then the pan motor stops while the tilt motor goes up all the way
Hi! I am havign a problem while using the app. The light works well but the servos are not moving and the camera is printing "Frame buffer could not be acquired" in the Serial Monitor. How can I solve that? I have already set the variable WS_MAX_QUEUED_MESSAGES to 1
Hi, Great project, i have build one and both the servos are woking fine. but the video is not coming and if coming its just a snpshot only. in serial monitor i am getting "Frame buffer could not be aquired" please suggest on how to resolve this. Thanks
Thanks for checking out the video 👍🏻👏🏻. You need to set one parameter as shown in video . Please check video and see how to set “max messages queued” variable . 👍🏻that will solve the issue .
I don’t have steps for these however you can check on internet for more details. I will take a note of it and probably will create video for the same 👍🏻👏🏻
@@sdknstar601 anything is possible👍🏻. But I don’t get a point when you say joystick with PC. Sorry I might be missing something here. However you can use joystick with another esp32 which is transmitter and send commands to receiver esp32cam. Simultaneously receive the video stream on PC. Or you can elaborate more on your requirement 👍🏻 I have never attached joystick directly to PC.
No broh can u make that happen if possible please let me know how to do so I had just ordered the esp32 and iam a fresher I don't know any thing about it
Good day Sir, I faced a problem which is when I try to control my servo motor it will auto disconnected the wifi connection. Is it because of the current provided to the motor doesn't enough? But for the ESP32 CAM and the lightning control works well
I accidentally erased the esp32 json file in preferences, so i searched for the url again and loaded it. NOW, using the same code as yours, all I get is "Error compiling for board AI Thinker ESP32-CAM. " Please guide me to a solution as I have exhausted everything that I can think of. I noticed that if I use WebServer, instead of AsyncWebServer, the code installs without error, but the images do no work. HELP !!!
please help me. When I tried to copy the code and I touch to upload button in the Arduino IDE but it didn't upload. I downloaded the Esp32 board, the AcyncTPC library, and the ESPAsyncWebServer library. Arduino's 5V is connected to 5V, GND to GND, UOT to TX, UOT to RX, RESET to GND, GPIO 0 to GND. But even if the computer sees the Arduino Uno card, it does not upload code. İt gives a "fetal error".
Yeah this error is common . There are many solutions for this . Try pressing enable button while uploading the code . Try using different USB port . Or cable . Check on internet for information on this error . It should be solved 👍🏻
@@ameerpasha9941 yes I was able to solve. I just changed the port of the Arduino Uno card a few times, tried to reload and it worked. That's how I solved the problem. If you solve, you write the answer;)
esp_camera.h: No such file or directory, it shows after all what you said adding link in preferences, esp32 board downloaded, and added both libraries ASYNCTCP and websocket
@@hashincludeelectronics i mean, can we use esp 32 cam station mode instead of setting it as access point ? (in your project phone connects to esp32 cam, but i want to connect esp32 cam to phone's hotspot)
@@psykopat81 yea you can . However what are you trying to achieve by doing this ? If you connect to your mobiles hotspot then you will have to get the ip address from esp32 which will be different.
@@hashincludeelectronics i am controlling my old android phone with teamviwer. If the esp32 cam is connected to the hotspot of this phone, I could control the esp 32 cam from anywhere in the world (you know blynk video streaming is now paid). If the phone is connected to the esp32 cam via wifi, the mobile connection is automatically closed and I cannot connect to my old phone. So the phone's mobile connection must remain open and esp32 must be connected to the phone.
Sir, please, I want to do it in order to add it in my graduation project. Is it possible to open this (IP website) from a place far from the esp32 piece, for example, if you are connected outside the house to a network and esp32 in my house??
Hi sir, May i know what is the used for Arduino UNO R3 in this project? At first I tot it is used to control the servo motor then I realized the servo motor was connected to the ESP 32-CAM instead of the Arduino board
@@hashincludeelectronics i have made sure that not a single step is missed. And the error code (E) camera.c 1483 esp_camera_fb_get(): failed to get the frame on time. Is the cause hardware?. Thank you in advance
hi bro thanks for the video i just wanted to know what is the power output of your adapter because i am using normal 5v 2A charger to provide power to esp32 cam and servo but sometime it work but most of the time i get brownout error in the esp32 cam i think power is the issue but i checked it with the multimeter the power is 5v only but not sure why it is happening i am sure board is not faulty because sometimes it works when i hold the pins and move it a little in breadboard
hello bro, can i control the cam from a far? because when i try then noticed it can only be connected when it's reached by esp32 cam *i mean control from anywhere
congratulations to the project, I just thought that the response time of the camera is much higher than the native webserver project, is there a way to make the camera refresh faster?
Thanks for checking out video 👍🏻 . Yeah camera image capture is faster however the transfer of image through Websocket limits the FPS for video . It’s the best I could do with this webserver . I would be glad if there is other way to improve it for more FPS. But for now don’t see any way to improve it further . The video is still responsive enough with VGA quality .
@@hashincludeelectronics I uploaded the code and the slides are working fine but there is no video. just a frozen image. It just like it only took a picture then stopped. Do you have specific version of libraries to use? I already modified the library header file from 32 to 1 as you instructed, but still to no avail.
I've tried according the video. Uploaded the code in esp32 without any error. then when I've giving power with 5v 2a adapter. SSID works. After connecting to ssid. Only LED control working. Camera video is freezed and no servo is working. I've also set the WS limit to 1. But still no movement in servos and no live video footage. Please give me a permanent solution
Please check the power supply . It should provide more than 2A current to work . Also check if your servos are freely moving . It should not get stuck in the frame 👏🏻👍🏻
A very much useful video for the current project I'm doing. Kindly can you please tell me how this can be make possible on a drone to view and get the video. It means a lot if you would help for this. Thank you ☺️
sir after connecting the battery i am unable to get the video and also the motors are not functioning but i am able to control the led flash light .can you tell me what device or method to be applied to get the proper output
I have just made this and it's working perfectly. Thank you Sir for sharing!! Well done.
I am glad that it worked perfectly well 👌🏻👏🏻. Good job 👍🏻
hlw brother mine is not working perfectly can u help me
@@hashincludeelectronics I can't access the IP address. What's the problem with the IP? Is it a bug/error?
This video is ultra mega useful thank you!
Glad you think so!
can you add 2 buttons below the sliders
Ultra mega pro Max plus useful
Excellent video with proper explanation 🙌
Thank you very much and I am glad that you liked it 👍🏻
I want to build this project so I can connect to it any place in the world. Can I use an external internet access for the esp32 cam instead of my phone so I can have acces to it anywhere in the world and can I be able to control the servo any place in the world? Thanks
Unfortunately it can not be done using this project . This camera can be accessed locally only . You need to use the party apps like Blynk to access the camera globally from anywhere in the world . Unfortunately I don’t have video using Blynk on my channel . You can check for reference on internet . 👌🏻👏🏻
@@hashincludeelectronics Okay. I thought it is webserver connected already. For example, I just need a router for the esp32 cam then while internet connected it streamed the video live to my phone at another country after turning ON my mobile data. Also, why is blynk different from this. I think they plan the same source as you either need a web or app so you can stream the live video.
@@joshuaolaiya you can not connect to your local routers IP from outside . And even though you open port externally somehow , it’s dangerous . When using Blynk we send data to Blynk server first . And then from mobile we connect to Blynk server and receive the data.
@@hashincludeelectronics Alright noted. Thank you
@@joshuaolaiya welcome 👍🏻
OMG, I found exactly what I wanted to do. Thank you very very much.
That’s nice 👍🏻I am glad that it helps you .
Thank you ... will be my next project to use with model trains. All the best to you!!!
Thank you 👏🏻
Thanks, it works perfectly fine!, I think you should put some English subtitle for an easier understanding next time.
Thanks for checking out the video and glad that it worked perfectly for you . Sure . You can also enable the subtitle using RUclips feature as well if needed .
Great video. Exactly what I was looking for 👍🏼
Will use it with esphome
Awesome 👏🏻
@@hashincludeelectronics I can't access the IP address. What's the problem with the IP? Is it a bug/error?
Bro I am providing it 5v supply but I think it's less than 2 A. Since I am not using sevo but still the video is freezed. Is it because of A? Is it necessary to provide 2A for video streaming
You need to change one setting in code . Please check for this step in video 👍🏻👏🏻
I am a newei and I have got an another problem 😅
Now the video gets freezed whenever I try to stream the video. Also I am only able to use it when I am connecting it through arduino to laptop. ESP32 doesn't start when I power it external 5v supply without the RX, TX pins. It's only working when I am connecting the RX, TX pins of arduino with it.
Could this be modified to use with 360 degree servo to get 360 degree pan capability? Thanks for your attention.
Yes it can be. Just change the slider values in code. min and max values for pan slider to 0-360.
@@hashincludeelectronics Thank you very much for your reply. Ask because of my intended model train application. I'd like to mount on model train flatcar ... it would be nice to see forward, backward as well as right and left as train goes around layout.
I need to use the same on drone for movement, but the components have more weight than I need. Any alternatives, you can suggest?
I dont understand at 8:17 which pins do you connect in arduino uno?, and how it can connect to esp32-cam?
Please check the video slowly and also take a look at circuit diagram 👍🏻👏🏻
Thank you very much. I haven't tried the code yet, but I'm sure it will be fine. However, I had to file down the servo horns a lot to make them fit in their places. Length-wise it's not a problem, it's the width. And the holes don't match up. I've ordered other models for the next one ;) - Actually, I'm going to build the vehicle shown in the other video, but I prefer to separate the steps. Projects: general surveillance and scaring pigeons.
Thanks for checking out the video 👍🏻👏🏻. Good luck for your project . 🙂
Bro what is the amp of 5v ac-dc adapter
It should be more than 2A .
Thank you bro
Can we use mobile charger with 5v 3A
A great video, thanks for sharing and good luck with your projects.
Thank you very much and I am glad that you liked it 🙂👍🏻 Stay tuned for more such interesting project 👍🏻
Thank you all sorted I was previously facing some error of ledcsetup one but reading comments I resolved it🎉🎉🎉🎉
Can you make edit in video specially addressing for new maker to use 2.0.16 version that will be very helpful for them and time saving❤❤❤
Glad that everything worked now . Sure will mention that in upcoming videos 👍🏻👏🏻
@@hashincludeelectronicsI am currently using an adapter and now I want to switch to battery of 3.7v can I use it using full potential of setup
Hey there I'm having a problem with the live video it doesn't seem to be showing up for me. I've also noticed that the servo doesnt work even though i've followed all of you instructions in the video including the max messages queue and reupload the code
Check the connections please 👍🏻👏🏻
This is Great 👏🏻
Thank you very much 👍🏻 cheers 🍻
Hello sir....
I have also made it looking like this. But problem is coming. The video is not playing and stops after showing only 1 second and the servo motor is also not running. Only the LED function is working.
What is causing this problem? Why is this happening? And why is the camera module ESP 32 getting hit?
You need to change one setting in code . Max messages queued . Please check this in video 👍🏻👏🏻
@@hashincludeelectronics 32 to 1
I have done this also
I have a question: if I want to use only one servo motor, then add a PIR sensor and a piezo buzzer, do I also need dummy pins for each component? Or are dummy pins only necessary for the servo motor? Thank you, please answer.
We don’t need dummy pins for other components 👍🏻👏🏻
@hashincludeelectronics Awesome video brother thnx for sharing this but i have a question what is the range of this model
Thank you very much for checking out the video . 👏🏻👍🏻. The range is around 60-80 ft .
Amazing...just one observation which u can consider : Camera movement is bit noisy
Thank you for checking out the video and suggestion 👍 The noise comes from Servo motors used as these are very cheap servos and has plastic gears. It can be avoided using better servos with metal gears .
the servo motor you used were from miuzi and the link you provided was tower pro which i bought and were totally useless.
can you provide link for the miuzi servo motors. can you tell me where you buy parts from
You can buy any micro servo motor 👍🏻👏🏻
can i use li-battery3.7vx3 (850mahx3) for this testing ? because i found my 2 servo has no any motion.
Yea you can 👍🏻
Very good 👍👍👍
Thank you very much
Sir i have one doubt can we use vr glasses and headtracking to control pan and tilt can you please tell i want to add fpv vr setup in my f22 plane
Yes we can do . However it’s very complex project and currently I don’t have bandwidth for it 👍🏻👏🏻
I have a basic question.i m getting a esp32 board..... should i get the cam version or the plain esp32.....does the cam version have all the functionality of normal esp32...since number of pins in esp cam are half the number of non cam version
It depends upon your project need . Does your project need camera in it ? If yes then go for esp32cam . Else if you are starting with esp32 then buy simple esp32 module of 38 pins . Yes both the modules will almost function same with esp32 having far more number of pins than cam module.
Great video... keep it up and make more.
Thank you very much 👍🏻
Hi, thanks for your great ideas, I have a question, I never see the NowISeeyou SSID, how am I suppose to get that?
Thanks for checking out the video. You need to upload the code into esp32cam module and restart it. Once done try to see if its available in wifi in your mobile. If not then try restarting your Wi-Fi on mobile.
Awesome project!
Thank you very much . I hope it helped you 👏🏻👍🏻
I am getting the light to flash but im getting no response from the servos at all. I have everything connected to a power supply so i know there’s plenty of voltage and amps but I’ve got nothing out of the servos. Power supply shows they are not even drawing power. Any solution?
Well done. Keep it up!
Thanks you very much 👍🏻👌🏻
Thanks sir , since I have made a drone I want to add a camera which can record and send to phone but there is no video of it soo i searched for wireless cctv and this was helpful I can add it to my drone soo i can stream in phone thank you sir also can u pls Say me how to make the camera and the phone connection range long
Thanks for checking out the video 👏🏻👍🏻. It’s nice to hear that you are working on drone and want to add camera functionality in it . However this project has very limited range like wifi . However if you want to increase the range then you might have to connect the antenna. 👏🏻👍🏻
@@hashincludeelectronics Can u make a video about it soo i can understand clearly since I don't know properly of making things because I don't have the essential required stuff
Bro this is Bluetooth operated right or u have to give the live connection to the Arduino
This is WiFi operated. But you don’t need internet for this . This project creates its own WiFi network .
Oh tht nice but can u explain the Arduino part i tried but it failed i didn't know how to do it . If u could help me I will be very thankful
I will try the robotic arm which u have made its was awesome ur explanation tho it's nice bro
Tho i have a doubt i wanted to purchase a 4DOF robotic arm is tht code applicable for tht which is a 3DoF
Those both look quite similar pls reply sir❣️
hi nice video, can you explain more why we need the dummy servos for the libraries to not interfere ? i am attempting a similar project, and i notice that when my servos are connected, the esp32 fails and continuously reboots.
Actually it was to avoid the conflict between timers used by servo and cam . But if you check my recent videos we don’t need dummy servos at all . I have fixed that problem . 👍🏻👏🏻
@@hashincludeelectronics nice. I found you can also fix it by not using the servo library, and using delays for software PWM
Hello i need help, when i try to compile the code, it appears the error 'class AsyncWebSocketClient' has no member named 'queueIsFull' 🤔🤔
Have you downloaded the correct library and version ? Please uninstall any previously installed library and install again 👍🏻👏🏻
Thank you sir for this code and setup explanation. And i have question sir can we use a battery for power supply
Yes you can use battery . However you need to make sure battery provides exactly 5V . Also use only rechargeable battery 👍🏻👏🏻
OK sir thank you for your guidance.
@@sumeetmurgod2211 welcome 🙏
how can i use moibe data (i wanna not use local modem )
Please check my video on getting started with esp32 for Station mode 👍🏻👏🏻
Nice work .. 👍
Thank you so much 😀
Can I combine this project with your other video named “Surveillance Car using ESP32 Camera Module"? If yes, what should be the changes that will occur in its code and the wiring
There is already a video on my channel where I have used pan tilt camera in car . Please check that 👍🏻
@@hashincludeelectronics
Can I get the model for the 3D printing?
Thanks for the video I am struggling to get my servos to actually work, however everything else seems to work just fine.
Thanks for checking out the video 👍 Good to hear that you are making progress in this project . What issue are you facing with servo ? Make sur to provide proper power supply of 5v dc.
@@hashincludeelectronics Thanks so much for your reply! I am using a 27-watt 3v-7v adjustable voltage power supply, which is set at 5v. The Servos are not responding to slider adjustments.
@@jeremyviny6817 that’s good enough supply . Where are you checking this ? On mobile or on laptop? It only works on touch screen device
@@hashincludeelectronics I am using my phone so think the issue might be elsewhere :(
@@jeremyviny6817
I have the same problem. One of the vertical servo motors does not respond to the slider adjustments. Did you find the solution?
Can I remove Arduino uno after coding?
Yes you have to 👍🏻👏🏻
great work! I have a question: Does it need to be on the same Wi-Fi network? I want to control it from a distance. Do you have any suggestions on how I could do that?
yes,it needs to be on the same wi-fi network and you need another outsourced server to control it more remotely like blynk..
How can we fine tune the Servos to be more precise or less jittery?
You can try adding some delay if possible 👍🏻👏🏻
Can u please make it gesture controlled.
For example if you turn your hand around, camera should turn in same direction.
Will try 👍🏻👏🏻
hello bro, which recommended adapter?
5v, 9v or 12v???
(and where is the arduino with esp32 diagram?)
1. Use Only 5v DC output adapter . 2. This diagram is there is the same link
okay ty
@@worldinyourhand0 👍🏻
Hey do i have to set the servo to 90 degree before assembly?
Yes . It should be at center 👏🏻👍🏻
@@hashincludeelectronics thanks and also how do find a esp cam with a cam that can position 90 like yours mine is vertical
@@NanonplayZ not sure . I just got that online from Amazon . 👍🏻👏🏻
@@hashincludeelectronics thanks
@@NanonplayZ welcome 🙏
Hello friend, first of all, the project you have made is very nice, I congratulate you and I have a question for you. I will move this system to the v4 port of my modem. I need to connect it to the modem. What changes should I make in the code to connect it to the modem?
Thank you very much for your nice comment . 👍🏻👏🏻. To answer your question , you will have to AP WiFi mode in the code . You can check my getting started with esp32 video to see how we can connect to modem using AP mode 👍🏻👏🏻
sir, I changed ws max queued messages to 1, but the camera is still frezeed, can you help me pls?
Please re upload the code after changing that value 👍🏻👍🏻
can you make it trace objects? i want to make a object tracking camera with esp32 cam and i find it difficult
That is on my list 👍🏻👏🏻
I want to implement this project:
"Design of Driver Awareness system depending on Eye and Face Feature and Discrimination"
Can I use ESP32 instead of Raspberry Pi ? please reply
You can use esp32cam however you will have to do more study on how to use it for object detection etc . 👍🏻👏🏻please check details on internet available 👍🏻
Great job. Is it possible to add taking a picture and recording video? If yes....how I can do it?
Yes we can use SD card and store pics. But it will need lot of code changes . 👍🏻👏🏻 you can refer some material on internet for this 👍🏻
Sorry sir I commented again since u didn't reply to my last answer I gaved
Can u please explain me how to increase the range of it
You can add antenna to esp32 cam module . However you need to check for this step on internet 👍🏻👏🏻
@@hashincludeelectronicsreplying after 5 month thanks it was really useful
@@hashincludeelectronicsoh okay thank you
i've issue my adapter was blinking when plugging to esp32 cam. My adapter 5v 2A just normally no problem in other. i confused in this, where's the problem..
Remove the servos and just try connecting to esp32 only . See if it works . May be servos are causing issues .
@@hashincludeelectronics servo isn't problem i was checked and test
@@hashincludeelectronics then i press reset button esp32cam, the esp led is blinking too
It says frame buffer could not be acquired and video freezes after the first frame and with the servo motors they rotate once in a weird way and then the pan motor stops while the tilt motor goes up all the way
Note I am using 360 degree servo motors
@@AbdelrhmanAzez you need to change one setting related max message queued in code . Please check that in video 👍🏻👏🏻
Hi! I am havign a problem while using the app. The light works well but the servos are not moving and the camera is printing "Frame buffer could not be acquired" in the Serial Monitor. How can I solve that? I have already set the variable WS_MAX_QUEUED_MESSAGES to 1
Please compile and upload the code again after you have set that setting to 1 👍🏻.
@@hashincludeelectronics Is the first thing I did, but nothing happens, the camera is unable in the app
HEY can i get the stl file of servo part, i know you order it online however by any chance you have it/arrange it.
Thanks
Unfortunately I don’t have it 👍🏻👏🏻
@@hashincludeelectronicsThank you for your comment, no worries! I got it anyway.
@@MuhammadQasim-kw1er awesome 👍🏻
Hi, Great project, i have build one and both the servos are woking fine. but the video is not coming and if coming its just a snpshot only. in serial monitor i am getting "Frame buffer could not be aquired" please suggest on how to resolve this. Thanks
Thanks for checking out the video 👍🏻👏🏻. You need to set one parameter as shown in video . Please check video and see how to set “max messages queued” variable . 👍🏻that will solve the issue .
hi sandeep, did your problem got solved because i am facing the same problem
@@hashincludeelectronics hi me too facing the same problem, i follow the step " 32 to 1 " but the problem still goes
Well sir if I use arduino nano here instead of arduino uno.....
Yes you can 👍🏻👏🏻
thanks sir for this wonderful tutorial, I was wondering if how can I add a relay switch on the esp32 cam
Thank you very much for checking out the video 👍🏻. You can check my other videos on esp32 cam module for reference .
how to program to record video from esp32 cam and save it on sd card
I don’t have steps for these however you can check on internet for more details. I will take a note of it and probably will create video for the same 👍🏻👏🏻
Can I use 3.7v battery to this in any way?
@@OmGupta-mb8ju you will have to use buck converter to convert 3.7 to 5v then 👍🏻👏🏻
Is that possible to replace the servo control using joystick?...and trough laptop...
You need joystick instead of slider on the app working on laptop ? Or you need actual hardware joystick ?
@@hashincludeelectronics actual joyatick that run on pc my friend...is that possible?...thank you..
@@sdknstar601 anything is possible👍🏻. But I don’t get a point when you say joystick with PC. Sorry I might be missing something here. However you can use joystick with another esp32 which is transmitter and send commands to receiver esp32cam. Simultaneously receive the video stream on PC. Or you can elaborate more on your requirement 👍🏻 I have never attached joystick directly to PC.
@@hashincludeelectronics ruclips.net/video/t6T1RZNtr04/видео.html
I found this...but...actually i want control with usb joystick via laptop...😔
@@sdknstar601 oh ok. I am not aware about USB joystick. If I find something I will let you know . 👍🏻
Can we use this with nrog and stream the video from anywhere in the world
That would be interesting to see . Give it a try 👍🏻👏🏻
No broh can u make that happen if possible please let me know how to do so I had just ordered the esp32 and iam a fresher I don't know any thing about it
Good day Sir, I faced a problem which is when I try to control my servo motor it will auto disconnected the wifi connection. Is it because of the current provided to the motor doesn't enough? But for the ESP32 CAM and the lightning control works well
Yes . Servo motors need proper current around 500 ma . So please use rechargeable battery and provide 5v to servos .
I see ... appreciate for the reply sir 🙇
@@Secret-eo1rz happy to help 👍🏻
Thanks a lot for this video from Kazakhstan. At the moment 4.54 , what link did you write in "Additional Boards ds Manager URLs"?
Thank you very much 👍🏻it’s link is given in the video just around 4:56. Also it’s provided in the description of the video .
I accidentally erased the esp32 json file in preferences, so i searched for the url again and loaded it. NOW, using the same code as yours, all I get is "Error compiling for board AI Thinker ESP32-CAM.
" Please guide me to a solution as I have exhausted everything that I can think of. I noticed that if I use WebServer, instead of AsyncWebServer, the code installs without error, but the images do no work. HELP !!!
Which version of esp32 did you install ? Please install only 2.0.16 version of esp32 board 👍🏻👍🏻
please help me. When I tried to copy the code and I touch to upload button in the Arduino IDE but it didn't upload. I downloaded the Esp32 board, the AcyncTPC library, and the ESPAsyncWebServer library. Arduino's 5V is connected to 5V, GND to GND, UOT to TX, UOT to RX, RESET to GND, GPIO 0 to GND. But even if the computer sees the Arduino Uno card, it does not upload code. İt gives a "fetal error".
Yeah this error is common . There are many solutions for this . Try pressing enable button while uploading the code . Try using different USB port . Or cable . Check on internet for information on this error . It should be solved 👍🏻
@Alibali Alibeyov bro Iam also facing same issue. Did u solved it?
@@ameerpasha9941 yes I was able to solve. I just changed the port of the Arduino Uno card a few times, tried to reload and it worked. That's how I solved the problem. If you solve, you write the answer;)
@@alibalialibeyov3277 bro can i have ur mobile number
esp_camera.h: No such file or directory, it shows after all what you said adding link in preferences, esp32 board downloaded, and added both libraries ASYNCTCP and websocket
Please select proper board while uploading the code 👍🏻👏🏻
@@hashincludeelectronics now getting this error-Compilation error: 'ledcSetup' was not declared in this scope; did you mean 'ledc_stop'?
Hello, good video, where can I get the structure of the servos and the esp32cam camera?
Sorry I did not get your question.
Im using a 6v AA battery. Is that the reason why my camera not functioning and the prototype keeps on disconnecting?
Yes exactly. Please use rechargeable battery only .
Can we get images if ESP 32 is connected to the phone instead of connecting phone to ESP 32 ?
Sorry I did not get your question 👍🏻👏🏻
@@hashincludeelectronics i mean, can we use esp 32 cam station mode instead of setting it as access point ? (in your project phone connects to esp32 cam, but i want to connect esp32 cam to phone's hotspot)
@@psykopat81 yea you can . However what are you trying to achieve by doing this ? If you connect to your mobiles hotspot then you will have to get the ip address from esp32 which will be different.
@@hashincludeelectronics i am controlling my old android phone with teamviwer. If the esp32 cam is connected to the hotspot of this phone, I could control the esp 32 cam from anywhere in the world (you know blynk video streaming is now paid).
If the phone is connected to the esp32 cam via wifi, the mobile connection is automatically closed and I cannot connect to my old phone.
So the phone's mobile connection must remain open and esp32 must be connected to the phone.
Can i use 5v 2amps adapter to power two servos?
Yes you can 👍🏻
my serial monital show"psram initialized. malloc to take memory from psram above this size" what it mean and howto fix i?
I believe you are missing some step . Please check the video for any missing step . 👍🏻👏🏻
Sir, I uploaded the code and all went good. But IseeYouNow ssid is not visible in my phone or other device
Please check connections and use proper power supply 👍🏻👏🏻
@@hashincludeelectronics Connections all good. The problem is that no ssid is visible i need this before 20 December 😭
Unable to upload code at all with ft232r module so i have ordered cp2102 usb to ttl module
Have you tried audio streaming via esp32? It would be a good idea along with camera.
Not yet . yeah it would be good if we have audio as well . Will see what can be done .
@@hashincludeelectronics yes plz make that project also, audio+video streaming via esp32cam and microphone.
Hey you, do you have any video how to make a webserver for esp32
You can check my video on getting started with esp32 👍🏻👏🏻
Sir, please, I want to do it in order to add it in my graduation project. Is it possible to open this (IP website) from a place far from the esp32 piece, for example, if you are connected outside the house to a network and esp32 in my house??
You have to be on same network for this camera and app to work. Currently it does support controlling from anywhere in the world.
@@hashincludeelectronics
This means I should stay close to the esp32 and not far away !!?
@@mohammedsadiqahmad2886 nope . I means it will work the way your WiFi works . 70-100 ft .
@@hashincludeelectronics
Yes, I understand, thank you
@@mohammedsadiqahmad2886 welcome 👍🏻
Hi sir, May i know what is the used for Arduino UNO R3 in this project? At first I tot it is used to control the servo motor then I realized the servo motor was connected to the ESP 32-CAM instead of the Arduino board
Arduino Uno is only used to upload code into esp32 cam .
@@hashincludeelectronics I see ... Appreciate that sir 😳
Can recording or streaming?
No it’s not possible in this project 👍🏻👏🏻
Video not display on mobile app. Do you help me?
Please check the video slowly and carefully so that you don’t miss any step . 👍🏻👏🏻
@@hashincludeelectronics i have made sure that not a single step is missed. And the error code (E) camera.c 1483 esp_camera_fb_get(): failed to get the frame on time. Is the cause hardware?.
Thank you in advance
@@seramdalamsekejap Hey could you fix it?
@@JeroLam24 No, I think that the ESP32 cam is damaged
Very nice vidéo...
I am glad that you liked it 👍🏻
hi bro thanks for the video i just wanted to know what is the power output of your adapter because i am using normal 5v 2A charger to provide power to esp32 cam and servo but sometime it work but most of the time i get brownout error in the esp32 cam i think power is the issue but i checked it with the multimeter the power is 5v only but not sure why it is happening
i am sure board is not faulty because sometimes it works when i hold the pins and move it a little in breadboard
It’s 30 watt . Yeah that brownout issue can be due to improper power. Try the other adapter .
30 watt ? Can you share any link of that adaptor I'll also try to get something similar
@@yashkumar2716 amzn.to/3HewZcX
hello bro, can i control the cam from a far? because when i try then noticed it can only be connected when it's reached by esp32 cam
*i mean control from anywhere
For now it can be only controlled locally .
@@hashincludeelectronics
what if the esp32 cam is connected to the home wifi, is that possible? using the same code?
if it works, can you give me a suggestion or how to do it
@@worldinyourhand0 it’s possible. But you have to make a very small change to connect using STA WiFi mode .
@@worldinyourhand0 check my video on esp32 getting started where I have used hone WiFi connection 👍🏻
congratulations to the project, I just thought that the response time of the camera is much higher than the native webserver project, is there a way to make the camera refresh faster?
Thanks for checking out video 👍🏻 . Yeah camera image capture is faster however the transfer of image through Websocket limits the FPS for video . It’s the best I could do with this webserver . I would be glad if there is other way to improve it for more FPS. But for now don’t see any way to improve it further . The video is still responsive enough with VGA quality .
Use a pi zero w
This project and line follewer car combining ? How can we do
What changes should I make to make it work in station mode?
The code changes for Station mode are simple and you can find reference for it in my “getting started with esp32 “ video .
@@hashincludeelectronics I uploaded the code and the slides are working fine but there is no video. just a frozen image. It just like it only took a picture then stopped. Do you have specific version of libraries to use? I already modified the library header file from 32 to 1 as you instructed, but still to no avail.
@@kymcainday6677 yeah the setting you changed from 32 to 1 should fix this issue . Make sure you re upload the code.
@@hashincludeelectronics no, it didn't fix the issue. That's the first thing I did actually before uploading the code
Hello sir can we access it from internet from any remote locations
No it’s not possible in this project 👍🏻👏🏻
I've tried according the video.
Uploaded the code in esp32 without any error. then when I've giving power with 5v 2a adapter. SSID works. After connecting to ssid. Only LED control working. Camera video is freezed and no servo is working.
I've also set the WS limit to 1. But still no movement in servos and no live video footage.
Please give me a permanent solution
Please check the power supply . It should provide more than 2A current to work . Also check if your servos are freely moving . It should not get stuck in the frame 👏🏻👍🏻
@@hashincludeelectronics okay. the servo is not moving. when i'm disconnect the 5v pin, that time the servo just giving a shaking.
Bro is it compulsory to use AC to DC adaptor
No it’s not . But you need to provide 5v dc with more than 2A current 👍🏻👏🏻
Bro only one request can you explain this in detail pls
A very much useful video for the current project I'm doing. Kindly can you please tell me how this can be make possible on a drone to view and get the video. It means a lot if you would help for this. Thank you ☺️
Thank you very much for checking out the video 👍🏻. This will not have enough range for drone .
Sir can you please help me I am facing an error related to AsyncTCP Library saying no such file or directory
You need to install those libraries . Please check the video for steps 👍🏻👏🏻
Firstly, thank you very much.
I hope to answer me ,can I use GPIOs 4, 12, 13, 14, and 15 to connect them to servo motors ?
Yes you can use these pins for connecting to servos .
you can not use gpio 4 bro
its possible to disable the flash led
@@sakethpuppala1016
Nice project! Could you tell me which mobile app to use? Thank you.
The mobile app code is inbuilt in Arduino code itself . It uses html and JavaScript 👌🏻👍🏻
Can you teach me how to rotate the screen video please.
You need to fix the esp32 cam as shown in video . Not sure if that will help 👍🏻👏🏻
I want to add your pan and tilt code so that i can addin my existing model.... Can you plz help
Sure. You can use the code or edit in the same code. Its free 😉
can we use battery instead if then how???
Please check my other videos for reference 👍🏻👏🏻
sir after connecting the battery i am unable to get the video and also the motors are not functioning but i am able to control the led flash light .can you tell me what device or method to be applied to get the proper output
same problem
I also got same problem please tell what can be the solution for it