Make a Simple WiFi Security Camera with ESP32-CAM

  Рет қаралды 348,382

Max Imagination

Max Imagination

Күн бұрын

Try out PCBWay: www.pcbway.com/
Get $5.00 in-credit welcome bonus after joining: www.pcbway.com...
In this video, we make an ESP32-CAM Arduino-based Homemade WiFi Surveillance Camera under $20 that even runs off a battery!
As this project may seem quite technical, software-wise I can say it sure is, though I do hope from my step-by-step tutorial you'll get yourself an ESP32-CAM, be able to make your own WiFI CCTV cam for cheap, and monitor your home/environment in a "DIY" way.
In case you're curious about the camera's power consumption, the ESP32-CAM draws around 0.75 Watts or less and lasts running for about 24 hours on a 4400mAh battery pack
--------------------------------------------------------------------------------
❗ Important updates regarding uploading the code ❗
Firstly you must make sure of the following:
• Once you have downloaded & unzipped full code, copy and paste config files from the data folder to MicroSD card.
• Check that your esp32 boards library is up to date, update if it's not v2.0.2 or above.
• WiFi credentials from now on must be entered in "utils.cpp" tab and not "myConfig.h".
• Select "ESP32 Dev Module", partition scheme "Minimal SPIFFS (1.9MB OTA/190KB SPIFFS)", enable PSRAM.
❗ All of these important steps mentioned have to be followed since the recent (2022) update to this code. ❗
--------------------------------------------------------
Thanks to GitHub repository admin @s60sc and also @nnjim for helping out not only myself with getting the camera's code's misunderstandings resolved but also for all viewers here and people who would also want to recreate this project.
👕 Grab my exclusive Merch here! - max-imaginatio...
----------------------------------------------------------------------
👉 Visit my online Storefront: sites.google.c...
----------------------------------------------------------------------
☕ Buy me a coffee: www.buymeacoff...
----------------------------------------------------------------------
Instagram: @max.imagination - www.instagram....
Instructables page: www.instructab...
----------------------------------------------------------------------
Disclaimer: Amazon purchase links below are affiliate links. It doesn't cost you extra to buy through those and I just get a tiny commission. Thank you!
Instructable page of this project ➡️ (Tutorial) Link:
www.instructab...
Code and more at repository by user "s60sc":
github.com/s60...
ESP32 .json links in this GitHub repository: github.com/iot...
Cam's Circuit diagram: drive.google.c...
FTDI to ESP32-CAM diagram: drive.google.c...
Materials and parts with links:
(x1) FTDI USB-to-Serial module (Jumper wires may be required) - amzn.to/3rWpJgd
(x1) ESP32-CAM with OV2640 Camera sensor - amzn.to/3yGLWCN
(x1) Micro SD card - amzn.to/3MvaS5W
(x1) Antenna - amzn.to/3VCTdMC
(x1) TP4056 3.7V Charging module - amzn.to/3yGMEjr
(x2) 3.7V 18650 Li-Ion battery - amzn.to/3zp86JQ
(x1) SPDT Micro sliding switch - amzn.to/3TjcUc5
(x1) 3mm Red LED - amzn.to/3CZiZVi
(x1) 220 Ohm 1/4W resistor - amzn.to/3TlBFUy
(x1) 24-gauge electrical wire - amzn.to/3MF9MEH
(x1) Plastic cylindrical container for case (closest alternative by far) - amzn.to/3CzoDfh
(x7) GoPro camera joints and mounts - amzn.to/3MwR8i6
Music credits:
Song: Jarico - Island (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
Video Link: • Video
Song: LiQWYD - Coral
Music provided by Vlog No Copyright Music.
Creative Commons - Attribution 3.0 Unported
Video Link: • LiQWYD - Coral (Vlog N...
Song: NOWË - Heart Of Gold (Vlog No Copyright Music)
Music provided by Vlog No Copyright Music.
Video Link: • NOWË - Heart Of Gold ...
Song: SKANDR - Blue Lemonade (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
Video Link: • SKANDR - Blue Lemonade...
/ skandrofficial
tags:
max imagination, diy cctv camera, diy surveillance camera, ESP32-CAM, ESP32cam, arduino camera, homemade surveillance camera, ESP32-CAM tutorial, DIY WiFi security camera, ESP32-CAM project, DIY home security camera, ESP32-CAM tutorial step by step, ESP32-CAM wiring, ESP32-CAM live streaming, DIY security camera system, ESP32-CAM configuration, WiFi camera module, battery-powered motion detection camera, WiFi security camera tutorial, home security camera tutorial, ESP32-CAM setup guide.
#esp32cam #homesecurity #securitycamera

Пікірлер: 636
@citizengkar7824
@citizengkar7824 2 жыл бұрын
Nice job. Well presented, & I liked the fact you were honest enough to show the restrictions, of your early design process. Keep it up.
@MaxImagination
@MaxImagination 2 жыл бұрын
I appreciate that! Thanks for your kind comment :)
@VE3DAL
@VE3DAL 2 жыл бұрын
One of the hardest part for me was to switch from internal antenna to external. Since that little resistor is 0 ohm I just drop a little solder to connect the external pads and I left the internal pads connected. I placed the esp32cam on my driveway and works great. Thank you for this vid!
@MaxImagination
@MaxImagination 2 жыл бұрын
Good tip for those of which struggle to switch antennas! Thanks for your comment :)
@joetkeshub
@joetkeshub Жыл бұрын
Really? You have to disconnect the internal pads a way or another. Constructor's specs stresses it a lot. Read the spec sheet or measure the antenna gain like here kzbin.info/www/bejne/rJrWm2OBepqJqrs
@mohamedation
@mohamedation 2 жыл бұрын
you have earned my subscription. i would have donated if i had any. your content is very clear, fast enough not to be boring, and covers everything. keep it going.
@MaxImagination
@MaxImagination 2 жыл бұрын
Much appreciated!
@xeszgaming5660
@xeszgaming5660 Жыл бұрын
U can donate me instead bro
@palolq
@palolq 2 жыл бұрын
Great project, the best I've found so far. The only thing I can't set is that the lamp does not light during recording in Night Time mode. Lots of success and I look forward to the next version.
@MaxImagination
@MaxImagination 2 жыл бұрын
Hi, Thanks a lot! I believe this feature is only toggled manually, unless you can get hold of the latest GitHub code version which may have this feature. Cheers! :)
@leonardfluhart3532
@leonardfluhart3532 2 жыл бұрын
I just bought one after watching your video like 6 times to convince me lol
@MaxImagination
@MaxImagination 3 жыл бұрын
Hey guys! This video is now considered OUTDATED in terms of the info given about getting set up with the ESP32-CAM, powering methods and the extensive code. Please watch the new video here and follow along: kzbin.info/www/bejne/oZCze3-hm9Z3q6s Thanks for understanding! ❗ IMPORTANT UPDATES REGARDING THE CODE❗ Firstly you must make sure of the following: • Once you have downloaded & unzipped full code, copy and paste config files from the data folder to MicroSD card. • Check that your esp32 boards library is up to date, update if it's not v2.0.2 or above. • WiFi credentials from now on must be entered in "utils.cpp" tab and not "myConfig.h". • Select "ESP32 Dev Module", partition scheme "Minimal SPIFFS (1.9MB OTA/190KB SPIFFS)", enable PSRAM. ❗ All of these important steps mentioned should be followed since the recent (2022) update to this code. ❗ -------------------------------------------------------- Thanks to GitHub repository admin @s60sc and also @nnjim for helping out not only myself with getting the camera code's issues & misunderstandings resolved but also for all viewers here and people who would also want to recreate this project. -------------------------------------------------------- More tips and prompts to know before attempting project: The DIY Security Camera with its current code only works when an SD card is inserted, otherwise it simply won't connect or function. The first code I demonstrated does not include recording video or saving it to any kind of SD card, the second one (more complex code) does. It is safe to leave the DIY Security Camera plugged in via a micro USB cable to a 5V Phone charger power-supply the whole time, that way you're able to keep the camera running, not worrying about the batteries running flat. To reprogram the Security camera, connect some jumper wires from the extended row of pins on the ESP32-CAM module to an FTDI USB to Serial converter. With the given camera's IP address, you're only able to connect to its webserver when in the programmed WiFi network, connecting to the camera through other WiFi networks won't work unless you Port Forward the camera's IP address through your router settings and use your network's public IP + port number (80-85...) when searching via web browser from another network. Don't forget to leave a like if you enjoyed watching the video or found it informative, share, subscribe if you haven't yet, comment leave your thoughts on my project, & please don't be shy to throw me a question about anything in regard to the Homemade CCTV camera/any troubleshooting questions. 😊
@MaxImagination
@MaxImagination 3 жыл бұрын
You're welcome! :)
@user-gk8bw4ny2y
@user-gk8bw4ny2y 2 жыл бұрын
This is the best video that I 've ever seen.
@MaxImagination
@MaxImagination 2 жыл бұрын
@@user-gk8bw4ny2y I really appreciate your comment! 😇😃 Have a nice weekend! ✌
@edwardfletcher7790
@edwardfletcher7790 2 жыл бұрын
Hey mate, great video ! If you haven't updated your soldering iron yet you should check those one out : kzbin.info/www/bejne/o5-ad56jebeZrpY It works with the standard $1 Hakko 908 tips. You can even get SMD tips. I've had two of these irons for over 18 months now. Cheers from South Australia 👍🍺
@MaxImagination
@MaxImagination 2 жыл бұрын
@@edwardfletcher7790 Hi! Thanks for watching and thanks for the link! 👍
@aotrakstar
@aotrakstar 2 жыл бұрын
Glad i found your channel Max! I'm thinking about doing this project then hooking it up to a 6v solar panel. Man, you rock!.
@MaxImagination
@MaxImagination 2 жыл бұрын
Glad I could help! :D Thank you :)
@CraftChannelYT
@CraftChannelYT 3 жыл бұрын
Nice video max 👍👏
@MaxImagination
@MaxImagination 3 жыл бұрын
Thanks! 👍
@Mr.GeniusCreation
@Mr.GeniusCreation 3 жыл бұрын
This became my favorite video of your channel 🤩 Keep growing brother Best wishes for you 👍
@MaxImagination
@MaxImagination 3 жыл бұрын
Hey Sahil, thanks a lot! I appreciate it 😁✌🤜🤛 Same for you, buddy 👍
@CosmicNeighbors
@CosmicNeighbors 8 ай бұрын
Great job and project! Well done and thank you!
@MaxImagination
@MaxImagination 8 ай бұрын
Thank you!😀
@ChrisS-oo6fl
@ChrisS-oo6fl 2 жыл бұрын
Dope, you should do more ESP based projects.
@MaxImagination
@MaxImagination 2 жыл бұрын
Thanks! Will do!
@EL34XYZ
@EL34XYZ 2 жыл бұрын
Attaching that external antennae was a bit tricky for me. The tiny plug would not stay connected. I ended up soldering the outside ground connections together and now it works great. So much better than the on board antennae
@MaxImagination
@MaxImagination 2 жыл бұрын
Glad to hear you have it working now!
@EL34XYZ
@EL34XYZ 2 жыл бұрын
@@MaxImagination That connector is so tiny and does not snap in place and stay put. The tiny bit of solder made a big difference!
@puntabachata
@puntabachata Жыл бұрын
ESP 32 CAM will work with 2G wireless network but not 5G. A lot of microUSB cables are for charging only. Make sure to get one for data.
@YourArkaShines
@YourArkaShines Жыл бұрын
Was finding this video from last year thank you so much!
@MaxImagination
@MaxImagination Жыл бұрын
Glad it was helpful! Thanks for watching!
@libor-vitek
@libor-vitek 4 ай бұрын
2:16 saying "GPIO1 and GND", but in fact it's GPIO0 and GND 😉 Thanks a lot for another great video! 👍
@MaxImagination
@MaxImagination 4 ай бұрын
Oops, my mistake! Yes, it's GPIO0 (Zero) and not 1. Thanks for your positive feedback!
@reyjester383
@reyjester383 Жыл бұрын
Another great Blink accessory
@moya9450
@moya9450 2 жыл бұрын
Great video. Your progress during these years is unbelievable. You are now like PRO KZbinr. I can see the time that you got Milion Subs. Waiting for that time. One Question though. Is it possible to find similar device to get FullHD picture out of it?
@MaxImagination
@MaxImagination 2 жыл бұрын
Thank you for your very kind comment! Yes, that is possible. You can purchase the "OV5640 5MP, 2592 x 1944" camera image sensor & clip that one onto the board instead. This one will give you almost double the resolution to the ES32-CAM's original OV2640 sensor. Hope that helps! Cheers, Max
@CrazyCoupleDIY
@CrazyCoupleDIY 2 жыл бұрын
Well done mate, I really like this project, thanks for sharing
@MaxImagination
@MaxImagination 2 жыл бұрын
Thank you for your kind input! It's much appreciated :)
@JustinAlexander1976
@JustinAlexander1976 2 жыл бұрын
Very nice! I love that you did it all without a 3d printer too!
@MaxImagination
@MaxImagination 2 жыл бұрын
Thank you! Cheers!
@sannyman13
@sannyman13 Жыл бұрын
Great video! Only useful information, simple but very effective to challenges you faced in this tutorial. Subscriber++ The only improvement I would suggest is to add buck converter to provide stable 3.3v for esp board from battery, since its voltage can go from 2.9 to 4.2 volts, but built in voltage regulator may not work properly under 4 volts.
@MaxImagination
@MaxImagination Жыл бұрын
Thanks for your comment with the tip! I will consider this if I make an improved version of this project. Cheers!
@xad.
@xad. Жыл бұрын
is there any way to stream on internet from esp32-cam? any way to see the camera from outside of local network?
@MaxImagination
@MaxImagination Жыл бұрын
Yes. I've discovered that it can be done using something called Ngrok
@xad.
@xad. Жыл бұрын
@@MaxImagination it seems that we have to run Ngrok on another device like raspberry pi and we can't use it direct on esp32-cam. is it true?
@MaxImagination
@MaxImagination Жыл бұрын
@@xad. Not at all. You run Ngrok on your PC to generate a global IP address than makes your local IP (ESP32-CAM) accessible from any other WiFi network. Check out the video that shows how to do it: kzbin.info/www/bejne/gZyyZoeQgt5-r7c
@Eleganttf2
@Eleganttf2 Жыл бұрын
@@MaxImagination thank you, will check on this
@madiomar
@madiomar 3 күн бұрын
that what i was about to ask
@DoItYourself-DIY
@DoItYourself-DIY 3 жыл бұрын
Hi Max ! Very informative tutorial. The comment section is finally back. Congratulation
@MaxImagination
@MaxImagination 3 жыл бұрын
Hi buddy! It's been a while since we last communicated, yes, the comment section under all of my videos is finally back! It took KZbin a while to notice me... Thanks a lot! :D
@virajpatil7898
@virajpatil7898 3 жыл бұрын
Best Project Bro ✨🙌
@josephcampugan2439
@josephcampugan2439 Жыл бұрын
Good day. Is it possible for the ESP32-CAM to upload footage in the internet using an app for example telegram? Also you mentioned that you can attach a microphone sensor. Do you have a tutorial for it?
@MaxImagination
@MaxImagination Жыл бұрын
Hi, Joseph. If you seach KZbin for videos on the Telegram integration, sure, it may be possible. About the microphone, you might find this video helpful in learning about how to wire one up and how it works: kzbin.info/www/bejne/o2mvqIOEjdZ-b9E In the ESP32-CAM Web Server code repository on GitHub, you should be able to follow the authors advice in the "README dot md" section below where he mentions about peripherals usage - github.com/s60sc/ESP32-CAM_MJPEG2SD Cheers.
@josephcampugan2439
@josephcampugan2439 Жыл бұрын
@@MaxImagination thank you very much
@MaxImagination
@MaxImagination Жыл бұрын
@@josephcampugan2439 You're welcome 😁
@marcal.8289
@marcal.8289 Жыл бұрын
Nice video! Can you provide information on the battery life (2x 18650 in parallel) in the video description?
@marcal.8289
@marcal.8289 Жыл бұрын
I found the information (could still be in the video description) 😉 ... "The ESP32-CAM draws around 0.75 Watts or less and lasts running for about 24 hours on a 4400mAh battery pack. Cheers!" Thank you! 👍
@MaxImagination
@MaxImagination Жыл бұрын
You're welcome! I'll be sure to paste this info in the description as well.
@marcal.8289
@marcal.8289 Жыл бұрын
@@MaxImagination 🤩👍
@yogeshjain1682
@yogeshjain1682 2 жыл бұрын
Thanks for sharing this lovely video of ESP32 CAM, Regards and all the best for the great future!!! Yogesh
@MaxImagination
@MaxImagination 2 жыл бұрын
And thank you for watching! I greatly appreciate your kind support... :D Cheers, Max
@christiancortez4136
@christiancortez4136 2 жыл бұрын
Wow! It's an amazing project, thankyou! I think, if you could add a movement function like a dome camera would be even better :)
@MaxImagination
@MaxImagination 2 жыл бұрын
Hi! Thanks for your comment and suggestion! Will keep the idea in mind for the future ESP32 CCTV camera :)
@christiancortez4136
@christiancortez4136 2 жыл бұрын
@@MaxImagination I love you videos and also subscribed for that video :) Greetings!
@JamilKhan-hk1wl
@JamilKhan-hk1wl Жыл бұрын
@@MaxImagination its called ptz cameras. Pan tilt and zoom.
@JaviersDIY
@JaviersDIY 3 жыл бұрын
Impressive sir. From Philippines
@MaxImagination
@MaxImagination 3 жыл бұрын
Thanks! Welcome to the channel :)
@TBL_stevennelson
@TBL_stevennelson 3 жыл бұрын
Great Video, Thanks for putting The Work in to Documenting Everything in the Description. I hope your channel blows up Hugh your putting the work in so you deserve it Maybe ever more then some KZbinrs
@MaxImagination
@MaxImagination 3 жыл бұрын
Thank you so much, Steven! It feels very rewarding to me seeing someone find this information useful, and someone appreciating the work that went into making this video. I really appreciate it! Cheers! :))
@chanchalsakarde2768
@chanchalsakarde2768 5 ай бұрын
Camera getting heated is it same with you... What measures can we take in this security cam
@MaxImagination
@MaxImagination 5 ай бұрын
That's normal for its operation, simply keep the enclosure ventilated at best.
@TheDiverJim
@TheDiverJim 2 жыл бұрын
With your YT money, it's time to buy a 3d printer youngling. Great work.
@MaxImagination
@MaxImagination 2 жыл бұрын
If only YT payed me that much... 🥲 Although I do accept donations via crypto! 😉 Thanks for watching ✌🏻
@TheDiverJim
@TheDiverJim 2 жыл бұрын
@@MaxImagination as you grow, you will. 3d printers are a real game changer for makers.
@chrisoldergamer18
@chrisoldergamer18 Жыл бұрын
It would be nice if this video had Latin American subtitles to help us with these videos, which are very important for the safety of others. But it is still good content and very useful
@MaxImagination
@MaxImagination Жыл бұрын
Hi there. Thanks for your feedback, it will be considered for future videos. Cheers, Max
@KJ7JHN
@KJ7JHN 8 ай бұрын
Sweet job!
@naafff1
@naafff1 2 жыл бұрын
Hey ! Great project... Im getting guru meditation error... Do you know why? Its really emergency, I need reply. TYSM
@MaxImagination
@MaxImagination 2 жыл бұрын
Hi there, thanks for watching. Could you please be a bit more specific about the error you're getting and what else might be said in the terminal? Cheers.
@DynoPlayz873
@DynoPlayz873 3 жыл бұрын
Max bro very awesome camera bro 👍👍👍❤️❤️❤️😊😊😊 it was easy to make you explained everything very nicely 😊 Big Fan from India Love your Work ❤️❤️❤️❤️❤️ You deserve More subscribers Awesome videos 👍👍
@MaxImagination
@MaxImagination 3 жыл бұрын
Thank you so much 😀 I appreciate hearing your kind comment :)
@DynoPlayz873
@DynoPlayz873 3 жыл бұрын
@@MaxImagination I feel happy when you reply my comment 😊😊❤️❤️ awesome Job bro
@MaxImagination
@MaxImagination 3 жыл бұрын
@@DynoPlayz873 I'm really glad 😊 Thanks, again! 😁
@ToPProjectsCompilation
@ToPProjectsCompilation 2 жыл бұрын
Hey, your projects are amazing. We want to feature them on our channel (with proper credits to your channel). If it sounds good, then kindly reply.
@MaxImagination
@MaxImagination 2 жыл бұрын
Hi. Thanks for your comment. Sure, you may share my project with appropriate crediting, thanks. You can cut clips of certain moments from my video. Kindly credit my KZbin channel in both your video and your video's description. Cheers, Max.
@amsf2011
@amsf2011 3 жыл бұрын
Hi, the best video about. ESP32CAM. Thank you very much. It has all video, récord and light.
@MaxImagination
@MaxImagination 3 жыл бұрын
I'm quite glad to hear that you liked my project and that you found it helpful. Thanks! :D
@hamzaahmad2108
@hamzaahmad2108 2 жыл бұрын
Amazingly detailed. My only advice is to slow down during the demonstration. It's extremely impressive how adepth you are with the entire process. I'm at 2.28 watching how you upload the code and the way you fly through the menus is like watching a video at 2x speed. Honestly it might be better to just make a few new videos where you take at least a 1.5 second pause between menus. Please. I am very willing and happy to watch more ads in order to not have to slow you down to 0.25 speed. Positives is other then the super speech your explanations are on the point and perfectly timed. Every slide and diagram is easy to see but maybe add arrows that appear and point at whatever you're mentioning. Especially with the circuit diagrams as I don't have the circuits in front of me to study as you speak.
@MaxImagination
@MaxImagination 2 жыл бұрын
Hello, Hamza. Thanks for your comment and suggestions, I totally see what you mean. I'll take your tips into consideration and no promises, but one day I may do a video where I'll refine these steps and show things at the right pace for many others to understand thoroughly, though also mainly show how to get this DIY camera to be accessed from any other WiFi network around the world, making such video as a continuation to this existing one. Thanks for all the advice! Best Regards, Max
@MaxImagination
@MaxImagination 2 жыл бұрын
P.S. Hi, Recently I created an Instructable page for the DIY Security camera project. This is basically the typed-out form of tutorial for this project. You may check it out here: www.instructables.com/How-to-Make-a-WiFi-Security-Camera-ESP32-CAM-DIY-R/
@ronaldknerr9018
@ronaldknerr9018 Жыл бұрын
This really seems to be a well done video tutorial and I like the way you explain everything. The only downside I see is that it's done WAYYYY too fast without enough camera time on each step. I would have loved to follow this one, but being a beginner, this video is too fast and vague on camera time per step. It's way too over-whelming for a beginner.😥😕
@MaxImagination
@MaxImagination Жыл бұрын
Thanks for your input. I will take this into consideration for future videos. Good news, I have actually made a newer video guiding on getting set up with the ESP32-CAM - kzbin.info/www/bejne/oZCze3-hm9Z3q6s Feel free to check it out. I believe it's what you're looking for.
@xliquidflames
@xliquidflames 5 ай бұрын
I need something to watch the intersection at the corner of my property. Is it really weather proof? And, I doubt it'll survive in the 100°F summers we have. But I guess it won't hurt to try.
@MaxImagination
@MaxImagination 5 ай бұрын
It all depends on the enclosure casing you choose. I'd suggest you try using one of those IP65 watertight enclosures for your camera if you want it to survive hot summers and rainy days.
@shailesh.ssathe
@shailesh.ssathe Жыл бұрын
Works well for me except i have to keep connected to 5v supply through a mobile charger. It does not work standalone, that is on the batteries as shown by you. one question, since you are using the 3.7v batteries did you connect the wires to 5v or 3v on the ESP32 board? Please help.
@MaxImagination
@MaxImagination Жыл бұрын
If you're using an unstable power source other than a set voltage of 3.3V, then use the 5V input for a one-cell battery and nothing higher than 5V.
@shailesh.ssathe
@shailesh.ssathe Жыл бұрын
@@MaxImagination Thanks. I was able to sort out the issue. I have a request, could you please also make a video of uploading the video's to a server so that the live streaming can be accessed from anywhere.
@omkarchinchkar2381
@omkarchinchkar2381 7 ай бұрын
@@shailesh.ssathe Hi, My board is not powering on on 3.7v battery working only with the mobile charger i.e 5v , how did you fix it
@shailesh.ssathe
@shailesh.ssathe 7 ай бұрын
@@omkarchinchkar2381 I connected the pins to the 3.7V pins , the connections i did was wrong.
@omkarchinchkar2381
@omkarchinchkar2381 6 ай бұрын
@@shailesh.ssathe alright, thanks bro
@CreativityChannel45
@CreativityChannel45 Жыл бұрын
nice video dude
@dikongejosiane3997
@dikongejosiane3997 2 жыл бұрын
this video just saved a disturbed mind thank was a great content
@MaxImagination
@MaxImagination 2 жыл бұрын
I appreciate hearing that! 😁👋
@neo2154
@neo2154 2 жыл бұрын
Hello. Great project!! One question... How much time is lasting the cam working with batteries? ESP32CAM consumption is high, isn't it? . Thanks in advance
@MaxImagination
@MaxImagination 2 жыл бұрын
Hi and thank you! Running on a 4400mAh battery like the one seen in my video, it should last you around 24h with the ESP always on. I calculated that by dividing the energy (4400mAh) by the normal ESP current consumption (180mA) to get 24.45 hours of average run time. Though, this may of course vary due to other features you may toggle or leave ON, regarding the ESP32-CAM and its web-server. Thanks for your comment. Max
@neo2154
@neo2154 2 жыл бұрын
@@MaxImagination Hi Max, thanks for the reply. I am thinking to use a PIR so as to wake up ESPCAM32 from deepsleep each time I want to record, maybe it can be a possible solution so as to enlarge the battery duration, if not it could be a bit annoying to charge it daily 😅
@callidderdale6526
@callidderdale6526 Жыл бұрын
Your thoughts. A 30000mA solar battery bank (Amazon $25) and the ESP32-cam feeding Zoneminder.
@NaslYaplrB
@NaslYaplrB 3 жыл бұрын
cool idea bro
@MaxImagination
@MaxImagination 3 жыл бұрын
Thanks for watching :)
@skifalu
@skifalu 2 жыл бұрын
Very cool! Clear explanations.
@MaxImagination
@MaxImagination 2 жыл бұрын
Thanks a lot! :)
@LegoBeto
@LegoBeto 6 ай бұрын
Great video. Had to subscribe.
@MaxImagination
@MaxImagination 6 ай бұрын
Thanks for subbing!
@sachinrathour4727
@sachinrathour4727 3 жыл бұрын
Wow it's very helpful I'll try definitely
@MaxImagination
@MaxImagination 3 жыл бұрын
Thanks! Good luck making your Security camera :D
@belajardanberbagiapapunitu4246
@belajardanberbagiapapunitu4246 3 жыл бұрын
I've made it and it works but the camera at night can't see total darkness and why not use (Led Ir light) + light sensor to activate and keep the camera visible at night with (LED IR light) and during the day the light sensor will turn off (Ir led lamp) for power saving, thank you in advance for sharing knowledge for us beginners.
@MaxImagination
@MaxImagination 3 жыл бұрын
Hi, thank you for your comment! Glad to know you've made one! Thanks for the tip, I'll consider adding an LED IR ring to the lens of an upcoming upgraded ESP CCTV camera ✌
@belajardanberbagiapapunitu4246
@belajardanberbagiapapunitu4246 3 жыл бұрын
@@MaxImagination I'm very happy, I hope your youtube will be more advanced and many subsribe, thank you
@okonkwochukwudi1695
@okonkwochukwudi1695 2 жыл бұрын
@@belajardanberbagiapapunitu4246 please can you help me, i am having issue with mine
@anasydpy
@anasydpy 11 ай бұрын
Really great, I tried it and it is working perfectly, but the camera temperature shows 80-85 c, I am wondering is it normal or would it need some sort of cooling. Thanks
@MaxImagination
@MaxImagination 11 ай бұрын
Thanks for watching! From my test, the web server either shows inaccurate info about the ESP32's temp, or my thermometer sucks. I got a reading of about 60 degrees Celsius when it read 90 degrees... Cooling isn't necessary, in my opinion. One of these will work for hours without failing as such temperatures. Cheers.
@anasydpy
@anasydpy 11 ай бұрын
@@MaxImagination I see. Thanks for the testing.
@sachilanethmina
@sachilanethmina 3 жыл бұрын
high quality video 🤩🤩🤩🤩. That is a very important one. I like it a lot. I wish you victory . 🤩🤩👍
@MaxImagination
@MaxImagination 3 жыл бұрын
Thanks a lot! Your support is much appreciated 😊✌ Cheers, Max
@jonujangid3J
@jonujangid3J 3 жыл бұрын
That's really Useful project great job
@MaxImagination
@MaxImagination 3 жыл бұрын
Thank you, Jonu! Cheers! :D
@belajardanberbagiapapunitu4246
@belajardanberbagiapapunitu4246 3 жыл бұрын
good project sir, can the recording be recorded to memory sir, thank you in advance.
@MaxImagination
@MaxImagination 3 жыл бұрын
Thanks! Yes, of course, as seen in the video :)
@makeitdiy3638
@makeitdiy3638 3 жыл бұрын
What a useful creation brother 🔥 I'll also try to make it
@MaxImagination
@MaxImagination 3 жыл бұрын
Thanks a lot! I hope to see you succeed in making your own one! 😀 Btw, I checked out your channel, you make some really cool projects too 👏👍
@makeitdiy3638
@makeitdiy3638 3 жыл бұрын
@@MaxImagination 😃😃 Thanks, I am learning a lot from ur creations and just trying too make something like that.
@MaxImagination
@MaxImagination 3 жыл бұрын
@@makeitdiy3638 I'm really glad to hear 😊
@makeitdiy3638
@makeitdiy3638 3 жыл бұрын
@@MaxImagination ☺️☺️
@NZHCreations
@NZHCreations 3 жыл бұрын
It amazing 🙂 💖love from India ❤️ just wowww
@MaxImagination
@MaxImagination 3 жыл бұрын
Thanks so much! Cheers ✌😃
@apppc.celulares6808
@apppc.celulares6808 11 ай бұрын
Good morning. Professor, can you make the ESP32 identify the Ibecon as a car tag? Each car that arrives at the garage gate displays a 4-digit code on the monitor screen. I am your follower in BRAZIL.
@MaxImagination
@MaxImagination 11 ай бұрын
Hi there. I may consider the idea for the future. Thanks!
@hassanumarahmad9034
@hassanumarahmad9034 Ай бұрын
Great Project, I like you and I want to be your student 😊❤
@MaxImagination
@MaxImagination Ай бұрын
I'd be glad to have you as my student. Maybe one day if a course comes out! All the best :)
@tinker_tech
@tinker_tech 2 жыл бұрын
Nice project. Would be great if you make a v2 of this project with home assistant
@MaxImagination
@MaxImagination 2 жыл бұрын
Thanks for watching! That video will be on the way to KZbin in the coming future. Cheers
@antonniolim6306
@antonniolim6306 Жыл бұрын
Hi, may I know why is the 3A switch recommended in this circuit? May I use 5 or 6A rated switch? Can you also roughly specify the dimension of your cylindrical casing used? Thank you so much!
@MaxImagination
@MaxImagination Жыл бұрын
Hi there. You can use most switches above the rating of 1A, I chose 3A just to be safe and have the best contact. 5 or 6A rated switches will work fine too. The cylindrical case I used measures aprox - 40mm in diameter by 80mm out. Cheers!
@Golecom2
@Golecom2 Жыл бұрын
Great video. Im waiting for more parts to arrive from china. I want to make a surveillance system for my home with 4 of these and a server with a orange pie 5. I wish the cameras to record 24/7. And daily the pie will backup that footage every 24 hrs in the server and conver it to mp4, deleting the previous day from the SD, so it doesnt fill up. I want the videos to be recorded in 1 hour chunks so it easier to find a especific footage. Since im a total noob on this, it will take time to make it do what i want. But im exited to see how it goes.
@MaxImagination
@MaxImagination Жыл бұрын
Thank you. Best of luck with your project!
@Crakkovia
@Crakkovia 6 ай бұрын
Hi Nice project!, is there an a wsy to build the antena from scratch or can u share the link where can i buy? , than you in advance🎉🎉
@MaxImagination
@MaxImagination 6 ай бұрын
Hi and thanks! Here's a link to where you can buy such antennas - amzn.to/49OlVSk
@7MinutesCreative
@7MinutesCreative 3 жыл бұрын
Congratulation Max 👍😄😄
@MaxImagination
@MaxImagination 3 жыл бұрын
Thanks, buddy! 😊✌
@Elshan_Mammadov_
@Elshan_Mammadov_ 6 ай бұрын
Nice project, but the module will get extremely hot after using it for a long time.
@MaxImagination
@MaxImagination 6 ай бұрын
Yes, you are right. However, this will not affect the board in any bad way on an extended period of time. This is considered normal.
@indianindustryelectronic5980
@indianindustryelectronic5980 3 жыл бұрын
Nice work friend 👍👍
@MaxImagination
@MaxImagination 3 жыл бұрын
Thank you, bro! :D
@aldoseba
@aldoseba 8 ай бұрын
What is the maximum resolution that it can handle? Is there another cameras with more res?
@MaxImagination
@MaxImagination 8 ай бұрын
The maximum resolution it can handle with the other (OV5640) image sensor is 2592x1944.
@aldoseba
@aldoseba 8 ай бұрын
@@MaxImagination what about the fps at that resolution?
@MaxImagination
@MaxImagination 8 ай бұрын
5 FPS
@tomasdale5306
@tomasdale5306 2 жыл бұрын
Great VIdeo, great presentation
@MaxImagination
@MaxImagination 2 жыл бұрын
Glad you liked it! Thanks!
@anthonyhunt5194
@anthonyhunt5194 3 ай бұрын
Good project except I can not get it to connect to my WiFi which has spaces in the SSID
@MaxImagination
@MaxImagination 3 ай бұрын
Thanks! Hmm... I've had the same issue with another network I tried rigging my ESP32-CAM to... Maybe if you changed your WiFi SSID to one without spaces, it would work.
@anthonyhunt5194
@anthonyhunt5194 3 ай бұрын
@@MaxImagination it connected to my hotspot without any problems and to change my SSID would mean changing and reconnecting every device I have on my network. My solution was a change in the code to define my SSID name and password like in the webcam example code, which works, as const char* ssid = "xxx yyy" and use this in the WiFi.start call
@eren9726
@eren9726 2 жыл бұрын
We called it *DOPE*
@electroniccreator6404
@electroniccreator6404 3 жыл бұрын
Nice video,bro🔥🔥
@MaxImagination
@MaxImagination 3 жыл бұрын
Thanks, buddy! 😃
@Mradi471
@Mradi471 Жыл бұрын
Woo,nice project BTW which code u use use? 1st one Or 2nd?
@MaxImagination
@MaxImagination Жыл бұрын
Thanks! I used this one - github.com/s60sc/ESP32-CAM_MJPEG2SD
@Mradi471
@Mradi471 Жыл бұрын
OwO thank you!
@smartassist9700
@smartassist9700 Жыл бұрын
Hey again. I purchased all but batteries as they ran out of supply. Can you reference another battery website/items? Also. How do I recharge batteries that are in camera? (Not TECHY /disabled older guy. Thanks!
@MaxImagination
@MaxImagination Жыл бұрын
Hi there. Here's a fresh link to the pair of 18650 3.7V Cells: amzn.to/4047YKG Also, to avoid soldering wires onto the batteries, I suggest you also purchase this battery holder module with 5V output and USB for the camera: amzn.to/41rsXYD Cheers!
@smartassist9700
@smartassist9700 Жыл бұрын
Can I use battery holder/charger in camera to power unit also? (That would replace short strips connecting batteries in camera unit. If true,I need to see/know where to attach wires feeding power to unit from that 2 battery holder/charger. I am not electrically inclined on battery units yet. ONE TIME IS ALL IT TAKES THOUGH! Never forget. Thank you humbly for helping this older geezer out. It means the world to me!
@charlesevans8189
@charlesevans8189 2 жыл бұрын
Might you tell me where you can purchase a container, like the one you used. That seemed to be perfect fit. Thanks in adavance
@MaxImagination
@MaxImagination 2 жыл бұрын
Hi, the plastic container I used was previously a cheap Q-tips (cotton buds) container. I could not find any purchase links for such container online, though I recommend you take a look around your local convenience store for a product with a suitable container for your camera, if you're not able to find anything similar to that around your home. Best of luck. Cheers, Max
@charlesevans8189
@charlesevans8189 2 жыл бұрын
@@MaxImagination Thank you....
@MaxImagination
@MaxImagination 2 жыл бұрын
@@charlesevans8189 You're welcome 😊
@manusunny3395
@manusunny3395 2 жыл бұрын
Great max. Cool project . 🔥🔥🔥
@MaxImagination
@MaxImagination 2 жыл бұрын
Thank you! :)
@abolfazlabri3327
@abolfazlabri3327 9 ай бұрын
Wow ,its really great project 👍 Is it ok to use in cars with 12v battery ?i know we must use regulator but which component is better?
@MaxImagination
@MaxImagination 9 ай бұрын
Hi there. Thanks for watching! Yes, you can power the camera from a car battery as long as you're using a buck converter like the LM2596 or LM7805 to step the voltage down to 5V.
@pcmobiletechnicalsolutions8504
@pcmobiletechnicalsolutions8504 2 жыл бұрын
hello bro i made this cam but how can i set the ftp and host? please help me. i enabled ftp server and setup but not working, and the cam recording is showing no. how to enable it please help me
@MaxImagination
@MaxImagination 2 жыл бұрын
Hi there. As I have not managed to get the FTP server feature working on mine, I wouldn't be able to directly suggest you what changes to make. However, you could try to open an issue on the GitHub page of the creator who hosts the code: github.com/s60sc/ESP32-CAM_MJPEG2SD/issues You may ask about that over there. Cheers, Max
@pcmobiletechnicalsolutions8504
@pcmobiletechnicalsolutions8504 2 жыл бұрын
Okk please tell me is it FTP server or client? In code it shows server. That mean we have to connect client?
@MaxImagination
@MaxImagination 2 жыл бұрын
@@pcmobiletechnicalsolutions8504 From what I was told and had seen, it is an FTP server you'd be connecting to, requiring you to fill in additional info plus the server port number into the FTP client.
@pcmobiletechnicalsolutions8504
@pcmobiletechnicalsolutions8504 2 жыл бұрын
I did all but its not working
@pcmobiletechnicalsolutions8504
@pcmobiletechnicalsolutions8504 2 жыл бұрын
I think there is something issue in code
@cmanta4623
@cmanta4623 2 жыл бұрын
Really awesome yaar .
@MaxImagination
@MaxImagination 2 жыл бұрын
Thanks 😁
@afonsobarqueiro
@afonsobarqueiro 3 жыл бұрын
Excellent video well producing
@MaxImagination
@MaxImagination 3 жыл бұрын
Thanks for watching! I appreciate hearing that! :D
@techvishalnewsdevelopers309
@techvishalnewsdevelopers309 Жыл бұрын
Excellent video how is your hardwork for 15 minutes video
@MaxImagination
@MaxImagination Жыл бұрын
Thank you!
@_o.0_.
@_o.0_. Жыл бұрын
This build is tough my Boii!! 🔧🦾
@MaxImagination
@MaxImagination Жыл бұрын
Thanks a bunch! Another camera like this one but more advanced is on its way! Please stay tuned 😊🙌
@_o.0_.
@_o.0_. Жыл бұрын
@@MaxImagination I’m here for it most definitely! The battery life seems a bit low are you going to try to use a bigger lipo or try to extend life? I’m going down this rabbit hole myself but since I have an off grid layout I’m going to go with a 6watt solar panel and regulate the sleep and work modes so I can have an extended remote system but your detail is top notch and I salute you for the knowledge fam🫡
@gibsosmart
@gibsosmart 4 ай бұрын
Which tool do you use for schematic design?
@MaxImagination
@MaxImagination 4 ай бұрын
Fritzing and EasyEDA.
@shanilkadiyinventions2297
@shanilkadiyinventions2297 3 жыл бұрын
This is awesome max 👌👌..
@MaxImagination
@MaxImagination 3 жыл бұрын
Hi Shanilka! Thanks a lot! Hope everythings great your end there 😊✌
@shanilkadiyinventions2297
@shanilkadiyinventions2297 3 жыл бұрын
@@MaxImagination ya bro 🙂.
@user-kb3ym7jd3r
@user-kb3ym7jd3r 3 жыл бұрын
So Cool! I have a problem. Can it monitor full time not leading to overheat?
@MaxImagination
@MaxImagination 3 жыл бұрын
Thanks for your comment! Yes, as long as it's plugged in, it will continue to run at 45-60 degrees Celsius, not overheating much.
@user-kb3ym7jd3r
@user-kb3ym7jd3r 3 жыл бұрын
@@MaxImagination Thank you! I got it
@SKTGuru
@SKTGuru 3 жыл бұрын
Finally your comment section get back 😀
@MaxImagination
@MaxImagination 3 жыл бұрын
Yes! KZbin finally decided to return the comment section to all of my videos, it took them long enough.
@SKTGuru
@SKTGuru 3 жыл бұрын
@@MaxImagination👍
@White444_Indian
@White444_Indian 2 жыл бұрын
Op brother. 👍👍👍👍👍👍👊👊👊👊
@momarb9631
@momarb9631 2 жыл бұрын
Nice job, congratulations:)
@MaxImagination
@MaxImagination 2 жыл бұрын
Thank you! :D
@abhivaryakumar3107
@abhivaryakumar3107 3 жыл бұрын
Amazing video dude. It was very informative. Love from India:))) PS: Can you tell me why I can't select any port. All the drivers are installed and it is showing this message: "Failed to execute script esptool the selected serial port Failed to execute script esptool does not exist or your board is not connected" I know that the board is connected cause I am on Windows and it beeps when you connect something. I would be really happy if you could help me:)
@MaxImagination
@MaxImagination 3 жыл бұрын
Hi! Thank you so much! 😀 About your issue, this is a thing that happens pretty often. Please check that (In the Tools tab) you have the upload speed as 921600 and flash frequency as 80MHz. Also, make sure that you plug in a jumper shorting pins GND with GPIO-0 and press the reset button setting the ESP32 into flash mode, once programmed, unplug the jumper wire and hit the reset buttom to boot the ESP right before use. I hope that helps, those were just some of the important things you should always do and check. 😊
@abhivaryakumar3107
@abhivaryakumar3107 3 жыл бұрын
@@MaxImagination Thanks a ton...there was just another issue. I can't see the port. It's grey Please help me Thanks a lot:))))
@MaxImagination
@MaxImagination 3 жыл бұрын
@@abhivaryakumar3107 No problem ☺️ Try reconnecting your esp32, it has to be connected to your computer well in order to show up on the available com ports, maybe even try connecting the USB cable to a more secure USB port. Hope that helps.
@abhivaryakumar3107
@abhivaryakumar3107 3 жыл бұрын
@@MaxImagination Thanks, bro...It's working now:) Finally, I can mount it on my drone... PS: Remember me when you have 10 million subs
@Parth_188
@Parth_188 3 жыл бұрын
Very informative tutorial! Well done dud 😁
@MaxImagination
@MaxImagination 3 жыл бұрын
Thank you so much, dude! Cheers 😀😁
@Paimo0n
@Paimo0n 2 жыл бұрын
After a little bit of research I have read that it is not the best idea to have a load on the battery whilst charging it.
@MaxImagination
@MaxImagination 2 жыл бұрын
HI. Could you please explain the reason as to why in more detail? Thanks.
@camoalex5737
@camoalex5737 Жыл бұрын
Can we use mobile charger for daily usage which gives DC supply than 18650 battery? please advise
@MaxImagination
@MaxImagination Жыл бұрын
Yes, your phone charger (5V) will work as long as its connector matches the one of the little blue charging board.
@hertzmaddentv8304
@hertzmaddentv8304 3 жыл бұрын
What a cool project!
@MaxImagination
@MaxImagination 3 жыл бұрын
Cheers, buddy! 🙌😀
@tvhead545
@tvhead545 Жыл бұрын
Thanks for the awesome video👍
@MaxImagination
@MaxImagination Жыл бұрын
Thanks for watching!
@antiquarian1773
@antiquarian1773 Жыл бұрын
Did you happen to calculate the power draw from this setup? how long will this last on those batteries? thanks!
@MaxImagination
@MaxImagination Жыл бұрын
The ESP32-CAM draws around 0.75 Watts or less and lasts running for about 24 hours on a 4400mAh battery pack. Cheers!
@smartassist9700
@smartassist9700 Жыл бұрын
That time is a constant camera o I would think.? A motion sensor should increase time life of battery if (not in a busy area of motion with that sensor.
@mamtapatil1892
@mamtapatil1892 2 жыл бұрын
can we connect 4 cameras to a single circuit, and also whenever someone comes in front of the sensor then instead of Photos can we take video?
@MaxImagination
@MaxImagination 2 жыл бұрын
Hi, Mamta. Yes, such configuration is possible. You'd technically have 4 separate ESP32-CAM modules on the same supply of power, minimum 5W for running all 4. Video is the default capturing setting with the code, so yes. Cheers, Max
@MarkJasonYT
@MarkJasonYT 3 жыл бұрын
happy 30k subscriber
@MaxImagination
@MaxImagination 3 жыл бұрын
Thank you! :D
@MarkJasonYT
@MarkJasonYT 3 жыл бұрын
ok thanks
@indianindustryelectronic5980
@indianindustryelectronic5980 3 жыл бұрын
First like
@gizmowizard352
@gizmowizard352 Жыл бұрын
Can I use a flat 3.7 v lithium battery? I am confused a bit about this part but hooking it up to my breadboard power supply, it works! Please answer, as I'm very confused.
@MaxImagination
@MaxImagination Жыл бұрын
Hi there, if it's 3.7V, it should work. Though if you're talking about flat button-cell batteries, then no.
@jonnyestell5708
@jonnyestell5708 10 ай бұрын
Just out of curiosity, how secure would you say it is. Like if you had it inside, would it be hack able?
@MaxImagination
@MaxImagination 10 ай бұрын
Pretty secure, from my experience anyway. Since you want to use it indoors for instance, you would be running the camera on a local IP address similar to all your devices, making it secured by your WiFi network's protective firewall. This type of camera is totally safe if it is not "Port forwarded".
@gamersujal8956
@gamersujal8956 2 жыл бұрын
I don't understand the new updates regarding code , please explain sir .
@MaxImagination
@MaxImagination 2 жыл бұрын
Hi. It's quite a lot of steps to elaborate in more detail, could you please be a bit more specific on what steps you didn't understand? I'll try my best to help. Cheers
@smile-cars-electric
@smile-cars-electric Жыл бұрын
Can we delete recordings from esp web site.i mean without removing SD card from esp.
@MaxImagination
@MaxImagination Жыл бұрын
Yes, one at a time though. There should be a delete button.
@smile-cars-electric
@smile-cars-electric Жыл бұрын
@@MaxImagination 👍 thanks
@ruellarobson
@ruellarobson 3 жыл бұрын
Good video, congratulations. I would like to know if you are accessing the esp camera by phone or with home network? Thanks
@MaxImagination
@MaxImagination 3 жыл бұрын
Thank you! ☺ You can access the camera's web server from any device, phone, PC, etc... I even tried it with my TV, and it worked connecting to the server.
Making the most EQUIPPED DIY Security Camera with ESP32-CAM
26:36
Max Imagination
Рет қаралды 357 М.
Nest Cams are a BIG RIPOFF - DIY WiFi Security Camera Guide
9:40
Linus Tech Tips
Рет қаралды 2,5 МЛН
هذه الحلوى قد تقتلني 😱🍬
00:22
Cool Tool SHORTS Arabic
Рет қаралды 97 МЛН
Dad Makes Daughter Clean Up Spilled Chips #shorts
00:16
Fabiosa Stories
Рет қаралды 8 МЛН
Cute kitty gadgets 💛
00:24
TheSoul Music Family
Рет қаралды 22 МЛН
Make a TINY Arduino Drone with FPV Camera - Will It Fly?
20:26
Max Imagination
Рет қаралды 933 М.
ESP32-CAM - Guide to making YOUR first DIY Security Camera
24:55
Max Imagination
Рет қаралды 423 М.
DIY Home Security - ON A BUDGET!
9:12
DIY Perks
Рет қаралды 5 МЛН
10 Great Artificial Intelligence projects using ESP32-CAM!!!
7:18
ToP Projects Compilation
Рет қаралды 158 М.
Forget WiFi! This Wireless Method is WAY Better?
12:14
GreatScott!
Рет қаралды 587 М.
We built a Drone using ESP32 for less than Rs.1000!
9:37
Circuit Digest
Рет қаралды 170 М.
Pan Tilt Control using Servos for ESP32 Cam |  WiFi Security Camera
12:10
hash include electronics
Рет қаралды 146 М.
ESP32-CAM MicroSD Card - Saving images with the ESP32-Cam
36:01
DroneBot Workshop
Рет қаралды 136 М.
هذه الحلوى قد تقتلني 😱🍬
00:22
Cool Tool SHORTS Arabic
Рет қаралды 97 МЛН