ESP32 CAM Getting Started | Face Detection

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

Комментарии • 338

  • @diminishedauthority5517
    @diminishedauthority5517 3 года назад +5

    Thank you for being the person who finally made a video a begginer can understand

  • @jacobguttman4617
    @jacobguttman4617 4 года назад +30

    Hey guys, I am writing this to help others who run into the same problem "Brownout ...triggered". This is caused by low voltage coming from the FTD programmer on the 3.3V rail. As a solution I switched the jumper to 5V on the FTDI and moved the wire over to the 5V pin on the ESP32-CAM. Everything works fine now!

    • @DjLight.
      @DjLight. 4 года назад

      Thank youuuuuuuuuuuu soooo muchhhhhhhh

    • @ergun5276
      @ergun5276 Год назад +1

      If this method didn't work, try powering the card from a different unit instead of an FTDI unit (it worked for me).

    • @abubakarawwal1708
      @abubakarawwal1708 Год назад

      Please whenever I upload the code they keep telling me that there is an error with the selected port. Either is not connected or does not exist.

    • @tanmayfulzele7324
      @tanmayfulzele7324 3 месяца назад

      ​@@abubakarawwal1708 change the port settings..

  • @tarunanandrao
    @tarunanandrao 4 года назад +12

    Well Done broo
    I was crackng my head to use this
    and finally i used raspberry pi with picam

    • @DVN_2307
      @DVN_2307 3 года назад

      Hello
      How did u do it using raspberry Pi.could u plse tel me.

  • @cw4608
    @cw4608 4 года назад +6

    “All right Mr. DeMille, I am ready for my close-up”

  • @electronic7979
    @electronic7979 4 года назад +1

    Excellent project. Very good video

  •  3 года назад +3

    Thank you very much from Brazil.
    I really admire your culture and country.

  • @planb2504
    @planb2504 3 года назад

    Your hair so thick for a sec I thought it was a turban. Awesome work by the way.

  • @ayishashamila787
    @ayishashamila787 3 года назад

    sir,..thankyou so much for this detailed tutorial.....it is helping my project ..thankyou thankyou......

  • @Manuqtix.Manuqtix
    @Manuqtix.Manuqtix 2 года назад +1

    The video quality in this camera module is like those old Nokia phones that first came with cameras

  • @Madmaxkkb
    @Madmaxkkb 8 месяцев назад +1

    Can we detect a particular object

  • @charantejah3181
    @charantejah3181 4 года назад

    Thank you very much bro after a long video

  • @donleibold9693
    @donleibold9693 4 года назад +2

    Cant the program connect to the wifi and web server before setting up the camera. Then we can get the ip from the serial monitor before attaching a better power supply. I've never been able to get these to work with out the camera errors and every answer that fits my problem is mostly power related.

  • @abcdshikor998
    @abcdshikor998 4 года назад +4

    How can i control output by recognition the face??
    I wanted to Say that, suppose if my face detected then it will do another work like led blink/motor running etc.
    Please tell or make another video using this module....
    Please please please Please

  • @shravannanjunda
    @shravannanjunda 4 года назад +5

    What if i have more espcam modules and i wanr live feed from all of them on the same ip

    • @lexander9686
      @lexander9686 4 года назад

      Thanks for the idea bro

    • @gabiold
      @gabiold 2 года назад +1

      You have to setup a router and an internal private network for cameras (with different IPs of course), then configure the router to do port forwarding, different ports to each camera's IP.
      But if you want to stick this contraption to the public internet, then think about security first...

  • @vivekandgauravkumar6270
    @vivekandgauravkumar6270 4 года назад +1

    Bhai mast hai .
    Lekin Bhai 1 aisa video banaye jo kisi bhi likhi hui latter ya kuchh bhi likha ho to use scanner kar ke vah bole ki kiya likha huaa hai.
    Bhai aisa sambhav hai to ek video banaye.

  • @kiron-vk
    @kiron-vk 2 года назад

    Great video. Thanks

  • @philippeahonon5747
    @philippeahonon5747 2 года назад +2

    Hi Sir, thank you for your tutorials, it was great. Please, I would like to know if by inserting a memory card, the images recorded by the Esp32-cam module can be used for easy detection, or if facial recognition is limited depending on the space available to the esp32-cam , or if it is possible to store the maximum depending on the external memory add? Thank you, please answer me.

    • @Madmaxkkb
      @Madmaxkkb 8 месяцев назад +1

      Did you get the answer ?

  • @prathameshraikar5428
    @prathameshraikar5428 4 года назад +2

    Great work

  • @misterAD88
    @misterAD88 4 года назад

    Thanks. Gréât video

  • @nimaamini9038
    @nimaamini9038 4 года назад +1

    Hi
    I finally got it working but I have a new problem, if the esp32cam gets disconnected it won't reconnect to the router/hotspot/network automatically and I have to reach the esp32cam and restart it by hand. What if I want to fix it in some place high? Do I really need to restart it every time? Can't it just get reconnected to the network like any other normal device?
    And btw can I add multiple network credentials to esp32cam code so if one is not in range it would connect to the other ones.
    Thanks in advance.

  •  3 года назад

    You have one more subscriber.👍

  • @CATips
    @CATips 4 года назад

    Great work bro

  • @kubs0710
    @kubs0710 2 года назад

    what model camera bro? mine not setting up the facial recognition

  • @RogerGarrett
    @RogerGarrett 4 года назад +1

    Is the face detection done by the ESP32 board or out on that website you linked to?

    • @12wfrank
      @12wfrank 3 года назад

      I have the same question about it

    • @raulg08
      @raulg08 2 года назад

      isn't there a code behind it? i don't think esp32 does face recognition by itself? or i might be wrong idk

    • @RogerGarrett
      @RogerGarrett 2 года назад

      @@raulg08 I'm not sure what you mean by "a code behind it". Any processing done on the ESP32 board or out on the website is certainly done by a program, by software. Perhaps that's what you mean by "a code behind it". My question is whether the software that does the face recognition is on, and processed by, the ESP32 or it's out on the related website. It's partially a question of whether the ESP32 is powerful and fast enough to do such processing. It would be nice if an answer would be provided, along with some links to where that type of software for the ESP32 might be available.

  • @MrFabiopcardoso
    @MrFabiopcardoso 4 года назад

    Very good. Congrats!

  • @Ai_chimp
    @Ai_chimp 4 года назад +1

    Bro what this works in same network connection or out of the network connection like I connect camera to Wi-Fi and I took that IP and put it on my phone browser and Iam using my mobile internet data then it will work....

    • @ViralScience
      @ViralScience  4 года назад +1

      The procedure i showed in this video will work for same wifi network
      You cannot see the stream through mobile data or other networks
      I will uploading another video for this... stay tuned

    • @Ai_chimp
      @Ai_chimp 4 года назад

      @@ViralScience ok

  • @doel_2473
    @doel_2473 3 года назад

    Really good bro

  • @poongkuyilmuse9171
    @poongkuyilmuse9171 3 года назад +2

    Can't find AVRISP in programs. Can you please help me..

    • @shahoisam6124
      @shahoisam6124 2 года назад

      I have the same problem, have you found a solution yet?

  • @abhilashkumar3116
    @abhilashkumar3116 4 года назад +2

    Ossom project bro 👍

  • @kholeo
    @kholeo 7 месяцев назад

    hello i have seen the video but when it comes to tools programmer i dont have these options u got i only have esptool is that fine? like will the code work or is there a fix to this issue?

  • @vibhorsrivastava5281
    @vibhorsrivastava5281 3 года назад +2

    Hello VS, Under programmer it is not showing arduino ISP AVR. Please help me.

  • @HendroSusenoHadiSudibyo
    @HendroSusenoHadiSudibyo 4 года назад

    is the video stream can be put in to NVR?

  • @govtjob4913
    @govtjob4913 Год назад +1

    hi viral, have you faced the video stream freezing issue on esp32 cam while trying to use face detection

  • @ProPro-li4mz
    @ProPro-li4mz 2 года назад

    Is there any led blinking while we connected to the power supply ?

  • @najmanalif5575
    @najmanalif5575 3 года назад

    did you tape your camera esp32 cam?

  • @jesser9528
    @jesser9528 3 года назад +1

    I follow your instructions but for some reason it's not working. These are the errors I'm getting on the serial monitor. [E][camera.c:1049] camera_probe(): Detected camera not supported.
    [E][camera.c:1249] esp_camera_init(): Camera probe failed with error 0x20004

  • @raxathor
    @raxathor 4 года назад +1

    Could You wire it to a motion sensor so that the stream does not always have to be on.

  • @krishnapl5211
    @krishnapl5211 4 года назад

    Superb video thank's bro

  • @orosenriquezoscaryair2974
    @orosenriquezoscaryair2974 3 года назад +2

    excellent project, I would like to ask a question, How can I add a 16x2 LCD so that a text appears when opening and closing the "solenoid lock"? regards🤝

    • @willwahlberg1890
      @willwahlberg1890 2 года назад

      You can use one of the LCD libraries and include that in the arduino code. Look up some videos on connecting it to arduino. It's only a few lines of code to accomplish what you want.

    • @officialayanvarekar
      @officialayanvarekar 2 года назад

      I did this on raspi without lock , works great , use with i2c backpack module

  • @milano3829
    @milano3829 4 года назад

    PLEASE reply , iam getting an error after pressing reset button in serial monitor "Brownout detector was triggered", tech team support from that site suggest to power the esp32 with external power to 5v using LM2596 . is this issue because of less voltage to esp32cam? i connected to 5v .

  • @riogamingyt3160
    @riogamingyt3160 3 года назад +1

    Can we make a face recognition robot . If yes then please make it. Atleast a circuit that recognises u and says your name

  • @jarts256
    @jarts256 4 года назад +1

    Please make on face tracking with esp32

  • @charantejah3181
    @charantejah3181 4 года назад +1

    Do a video on esp32 cam surveillance car

  • @howong2369
    @howong2369 3 года назад

    7:51 i fail in CIF cam, what 's problem?

  • @projectjabir4805
    @projectjabir4805 2 года назад

    Will it suppor 10mp image sensor?

  • @tomaspatik877
    @tomaspatik877 4 года назад

    Great work mate.

  • @lygexindia
    @lygexindia 4 года назад

    Bro u r great 👌

  • @unitedrobotics7377
    @unitedrobotics7377 4 года назад +1

    Bro make a object Detection project using the same board

  • @azsayyed_uc07
    @azsayyed_uc07 Год назад +1

    Esp 32cam and Android phone same WiFi se connect hona chahiye kya

  • @yawarsaeed6499
    @yawarsaeed6499 2 года назад

    Does it save the face IDs on power removal.
    Please share.

  • @sundayo.ademola79
    @sundayo.ademola79 2 года назад

    Thank you for this Video...it really help but is not detecting my face
    need a little help please

  • @alejandrocordoba8018
    @alejandrocordoba8018 4 года назад +1

    Es muy bueno. Felicitaciones.

  • @sablightning4819
    @sablightning4819 2 года назад

    Hey can I ask? Is it possible for the esp camera to alarm once it detects a face that is not enrolled in the camera

  • @ahmetturan3895
    @ahmetturan3895 3 года назад

    Can you help me
    esp32 ile çekilen fotoğrafın rgb bilgisisi nasıl alabilirim

  • @sam-el
    @sam-el Год назад

    Please can you make a video using esp32 to implement object detection using de1-soc?

  • @prasannadinesh659
    @prasannadinesh659 4 года назад

    At 4.26, whether I should un comment Ai thinker model. Can I use other camera model.

  • @devshah4867
    @devshah4867 4 года назад

    Can i use arduino uno instead of ttl module for giving 5V?

  • @CodingHats
    @CodingHats 3 года назад

    Can we use Arduino nano in place of FTDI module??

  • @sasithajayakody2574
    @sasithajayakody2574 4 года назад

    what is the you are using now

  • @kiranshashiny
    @kiranshashiny 3 года назад

    Your module came with the Camera already prehooked - Mine does not.
    I was hoping to see how the camera could be connected. I got 2 pieces in my bag, one is the ESP32 and the other is my camera separately.

  • @kfmm3411
    @kfmm3411 4 года назад

    Thank you very much for the explanation teacher, I loved the video, I'm a big one on the channel, but I have a question
    How can I view images from the camera while on another network, ex: through my 4G and I see everything that happens with esp 32 in my house that is connected to wifi

  • @shivamkushwaha8442
    @shivamkushwaha8442 Год назад

    Can I program using nodemcu esp8266

  • @Ravikalavidh1259
    @Ravikalavidh1259 2 года назад

    It takes only photo or makes video also?

  • @manitejaambatipelli1314
    @manitejaambatipelli1314 3 года назад

    for streaming over mobile do they have to be connected to the same wifi network or it can be streamed over different networks?

  • @nabiltech1366
    @nabiltech1366 4 года назад

    Goodjob bro!💯✌.Keep it up💥.U are my inspirations for create my own youtube channel.Thanks well done!😉🙌

  • @MUFATECHSOLUTIONS
    @MUFATECHSOLUTIONS 3 года назад

    nice work!

  • @featris8662
    @featris8662 7 месяцев назад

    what usb port did u use

  • @kimfraga7957
    @kimfraga7957 4 года назад

    Please I need your help, How do I put the access point in this code, I already put wifi.begin softAP and it doesn't work, what do I need to change to have AP access and have all the camera options?

  • @ShijilThachilodi
    @ShijilThachilodi 3 года назад +1

    While pressing the onboard button the LED is not blinking , I tried two boards, tried 3.3 and 5 v (on different pins), what could be wrong ? Also showing timeout error while uploading, tried two computers, tried older Arduino IDE (1.8.10).

    • @Charmingbanana696
      @Charmingbanana696 2 года назад

      Yes this led on board not blink at all but for the time out error check your settings in tools>partition schemes- huge......... And upload speed according to your board , if you have ESP32-S then you have to set it to 115200 and then check it.

  • @skylinerchobbies1884
    @skylinerchobbies1884 3 года назад

    Can make the camera work wirelessly ?

  • @shivam3020
    @shivam3020 4 года назад +1

    Hello Viral Science can I change the name of subject as per my wish ?
    Thanks for awesome video

  • @howtohindi6604
    @howtohindi6604 4 года назад

    Qhuch mobile do you use for recording

  • @garvitgoyal5236
    @garvitgoyal5236 2 года назад +1

    i am not able to code it with arduino ide 1.8.19 . it is showing fd_forward.h missing when i compile it.i have not done any unnecesarry changes in code.i looked on net but nothing worked, can u please help

    • @PowerJiang
      @PowerJiang 4 месяца назад

      I work it normally on 1.8.13 for your reference.

  • @adarshjk1346
    @adarshjk1346 4 года назад

    where did u get this can u link it pls

  • @ayishashamila787
    @ayishashamila787 3 года назад

    Sir...can we do simulation using esp32...is it possible to program it by simulation ....I searched for it and got library for PCB layout only ,I can't program it...can we do simulation using esp32 cam...?

  • @sasithajayakody2574
    @sasithajayakody2574 4 года назад

    how is the phone you are doing good quality vidio

  • @nadersaid1329
    @nadersaid1329 4 года назад

    it with web or no web internet

  • @vinsmokearifka
    @vinsmokearifka 3 года назад

    Great video. Sir, how long or max distance to capture face?

  • @clintpereira4529
    @clintpereira4529 3 года назад

    good morning bro. With this can i record videos on my mobile phone, cause i want to use it on my drone.

  • @benjaminwong9251
    @benjaminwong9251 3 года назад

    Is there any way to implement this into proteus to run stimulation?

  • @rohitmore7513
    @rohitmore7513 3 года назад

    Can we simulate this proteus.?? We need help

  • @deepaksingha8980
    @deepaksingha8980 9 дней назад

    bro can you help me get the lib used in thsi project, i am having hard time finding those

  • @Geon-Harris
    @Geon-Harris 4 года назад

    can i collaborate it with body temperature sensor? instead of showing "hello subject" it will showed what your body temperature?

  • @parshwashahvines7759
    @parshwashahvines7759 3 года назад

    Antenna free for esp32cam
    Or we have to purchase seperately

  • @ranjhaheergm
    @ranjhaheergm 2 года назад

    Sir IP available this model..?

  • @pannalaljana1743
    @pannalaljana1743 3 года назад

    Please what is the range of esp 32 camara module

  • @kingsleyjide1727
    @kingsleyjide1727 3 года назад

    Please can i do this project with arduino nano.. can i also save these video recordings into an SD card?

  • @ashishrana9118
    @ashishrana9118 4 года назад

    Kya PL2303HX USB to TTL Converter isse bhi program upload ho sakta h kya

  • @faviocabral2675
    @faviocabral2675 3 года назад

    buenas hay algun proyecto para leer matricula de vehiculos ?? gracias

  • @ShahriarShafin
    @ShahriarShafin 4 года назад

    Does it delay a lot?

  • @pankajdang044
    @pankajdang044 3 года назад

    I'm facing some problem after uploading program. When I open the serial monitor and pressed the reset button a dotted line counting like this"...........…............". Please help me to resolve this problem. Thank you.

  • @rishipantawane7761
    @rishipantawane7761 3 года назад

    This Final Ip address will changed every time or it will remain same once for all !Plz reply

  • @pierricdoublet6248
    @pierricdoublet6248 4 года назад

    Hello,have you considered doing a tutorial with esp32 in streaming and blynk?

  • @letanat8966
    @letanat8966 4 года назад

    Please help me use esp32 cam to both record live video while taking pictures saved on memory card

  • @sssedo1573
    @sssedo1573 3 года назад

    is it possible to map it? and getting some coordinates?

  • @shafinkadhir9693
    @shafinkadhir9693 3 года назад

    Does this module has wifi and bluetooth inbuilt? Also can we access this using blynk app?

  • @shaiknihal2555
    @shaiknihal2555 3 года назад

    Help me bro please
    I have done the project before and I was going to do your car controlled esp32 cam project from that movement I am getting an error as
    A fatal error occurred : MD5 of file does not match data in flash

  • @ImtiazTech
    @ImtiazTech 3 года назад

    dear plz help me for uploading code esp32 cam
    where i get src/ov2640.h library
    waiting

  • @EMChannel_
    @EMChannel_ 3 года назад

    may i ask is that a part of deep learning or machine learning?

  • @sanakachiranjeevieuro3037
    @sanakachiranjeevieuro3037 4 года назад

    Bro you wrote arduino code but to which one you uploaded , can we program directly esp32 with arduino ide