ESP32-CAM Video Streaming and Face Recognition with Arduino IDE

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

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

  • @RuiSantosdotme
    @RuiSantosdotme  5 лет назад +20

    For complete project details (parts list + schematics + source code), visit ► RandomNerdTutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/

    • @hariprast85
      @hariprast85 5 лет назад

      Can this device.. can work for face recognation to trigger relay or door lock,,

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад

      @@hariprast85 Yes, it should be possible, but I don't have any tutorials on that exact subject at the moment.

    • @NateTech1
      @NateTech1 5 лет назад +1

      How is the delay?

    • @darknessblades
      @darknessblades 5 лет назад

      could you make a guide in how to transform it into a night cam?

    • @heliwood9125
      @heliwood9125 5 лет назад

      Your sketch is working perfectly, but my cam shows red and blue stripes and I cant't get the menu , shown in your video

  • @TheMarbo74
    @TheMarbo74 5 лет назад +101

    Finally a simple, straight to the point video on how the ESP32-Cam works.

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад +4

      Thanks! I'm glad you found it helpful. I'll be publishing more projects and examples with this module very soon

    • @VidarrKerr
      @VidarrKerr 5 лет назад +1

      I bought this a few months ago thinking there was at least some basic code up and running. Nope. It was some code to convert captured barcodes into "art", or some crap like that. It was totally useless. For the price I paid, I could have gotten a working, wireless camera with Bluetooth and wifi with a web interface. I don't mind some coding, but this thing needed to be built from the ground up. Way beyond what I was wanting to do.

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад +4

      @@VidarrKerr Tomorrow I'll be posting a video on how to turn the ESP32-CAM into a video streaming web server that integrates with home assistant. I think you might find it more useful

    • @VidarrKerr
      @VidarrKerr 5 лет назад

      @@RuiSantosdotme Yes, Thank You! I will watch it for sure. Do you speak Portuguese?

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад +1

      @@VidarrKerr Yes, I do speak Portuguese. I'm from Porto, Portugal

  • @90FF1
    @90FF1 3 года назад +13

    After 5 hours of struggling on a previous day, searching the web for solutions and fixes for errors, I'm overjoyed to say that finding your video and project details resulted a total success. Every detail was covered and my $10 kit worked "right out of the box" so to speak. Thank you so much for sharing your knowledge and I sincerely wish you continued success.

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

      Thank you so much, I'm really glad it was easy to follow and it worked!

  • @WJCarpenter
    @WJCarpenter 5 лет назад +9

    More great stuff, Rui. Thanks for doing it.
    One small note. You have to select the correct board first in order for the ESP32 examples to show up in the File>Examples menu. You had already selected that in your IDE, so you may not have noticed.

  • @BillEngwall
    @BillEngwall 5 лет назад +2

    I know its kinda late.... But is it possible to extend the camera wire?

  • @NicksStuff
    @NicksStuff 5 лет назад +11

    Gosh things are cheap nowadays!

  • @hdkaudioproject6319
    @hdkaudioproject6319 5 лет назад +3

    Hi!
    I found your video very good, let me ask more, if I want to watch the camera remotely, how to do it? home asistant I try it only as a local server.
    Thank you very much

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

      can you please do a tutorial with remote access on cell phone etc.

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

    Hello Sir, I'm from Malaysia and i have a problem on flashing the ESP32-S...
    esptool.py v2.6
    Serial port COM3
    Connecting........_____.....____
    Chip is ESP32D0WDQ6 (revision 1)
    Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
    MAC: fc:f5:c4:0d:d4:80
    Uploading stub...
    Running stub...
    Stub running...
    Changing baud rate to 460800
    Changed.
    Configuring flash size...
    Warning: Could not auto-detect Flash size (FlashID=0x0, SizeID=0x0), defaulting to 4MB
    Compressed 8192 bytes to 47...
    Writing at 0x0000e000... (100 %)
    Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 590.4 kbit/s)...
    A fatal error occurred: Timed out waiting for packet header
    A fatal error occurred: Timed out waiting for packet header
    This is the problem i'm facing while flashing the module, even though i follow your instructions. Please Help me... Thank you.

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

      Heloo bro i can solve ur this problem

  • @petermankowski9234
    @petermankowski9234 5 лет назад +5

    That was simple. Thanks for the tutorial.

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

    I saw this video. Good. but I tried to use OV2640 and ESP32 CAM module. in that time, there is two errors.
    [E][camera.c:1049] camera_probe(): Detected camera not supported.
    [E][camera.c:1249] esp_camera_init(): Camera probe failed with error 0x20004
    How can i solve this problem. ESP32 and OV2640 is new one.
    Waiting for your good solution from everybody.
    Thanks.

  • @EvilsTwin66
    @EvilsTwin66 5 лет назад +3

    Great work! I am by the way learning to do things with the esp8266.
    Today you make my Cam module work after spend al lot of time with search, trial an at least error.
    The example from the library will not work. Now i see you change the other two files to.
    A few copy & pastes later my cam modul began to work.
    Also after a few resets...
    Your tuts have structure and you explained is pleasantly relaxed.
    So thanks a lot to you and your team! Best wishes from germany

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

      Does it work with wifi option (to not be connected with cables in computer all the time)
      Best regards!

  • @Barrysworkshop
    @Barrysworkshop 5 лет назад +5

    Thanks for the great video. I was able to get my esp32-cam working easily using your tutorial.

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад

      Awesome! I'll be publishing more projects and examples with this module very soon

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

      Hi dude!
      Did it work with wifi option, or it is connected with cables all the time?
      Best regards!

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

    When uploading and programming, do not use the 3.3V shown... hook it up to the 5V pin.

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

      you are a life saver

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

    How many hell types of ESP32 cam are there other then AI Thinker !!

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

    Thanks for that video Rui! Could you tell me if this board would be able to support a lipo battery? I have the intention to make a portable lifelogging camera with this, as this seems to have the perfect size for it, but I would need to attach a lipo battery module there somehow.

  • @iaor5842
    @iaor5842 5 лет назад +1

    I'm getting this error Camera init failed with error 0x20001 . How do i use a servo motor with face recognition

  • @LordGryllwotth
    @LordGryllwotth 5 лет назад +7

    That was some good quality camera. Don't know how it reacts in low light.

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

      Anyone know how reliable the face recognition is at night?

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

      @@ahhhhhhhhhhhh6742 Or on a press of a button.

  • @omkarparmaj3262
    @omkarparmaj3262 5 лет назад +1

    How can i iuse that URL on other network? i want to access that camera on my mobile network, how can i do that???? please answer..

    • @CLIBasedNerd
      @CLIBasedNerd 5 лет назад

      You'll have to set up Port Forwarding on your router.

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

    Serial port COM3
    Connecting........_____....._____....._____....._____....._____....._____....._____
    A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
    A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
    rip need help

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

    followed all up until uploading the code and I got this message
    "A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header"
    any help?

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

      Power connection from FTDI had to go to 5V , not 3.3V in the ESP32CAM (check the FTDI jumper). The pinout for the FTDI in the vídeo is as seen from the bottom. That might be misleading. Check each pin label in your board to be sure.

  • @user-jx7us3ms8n
    @user-jx7us3ms8n 5 лет назад +2

    I have tried it according to the tutorial, but it can't be uploaded. What can i do ? please help me.

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

    Do you have a tutorial to view remotely? Via cell phone etc.

  • @DodgyBrothersEngineering
    @DodgyBrothersEngineering 5 лет назад +1

    Can this be connected to something like a RPi with Ethernet if you don't want to use WiFI or Bluetooth?

  • @AbdullahChaudhryComsian
    @AbdullahChaudhryComsian 5 лет назад +1

    Hi guys my esp 32 face detection is not working, I tried alot but still not detecting the face dont know why

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

    How do I figure out what model I have?
    All that is written on the board is
    ESP32-S
    FCCID:2AHMR-ESP32S
    WiFi+BT SoC Inside

  • @irishjigs4035
    @irishjigs4035 5 лет назад +1

    On my ESP32 board there is a VCC and a +5V pin. On my FTDI board I have a jumper to select 3.3V or 5V. I set the jumper on the FTDI board to 5V, and connected the VCC from FTDI to the 5V on the ESP32 (not the VCC on the ESP32). I didn't get any brownouts. The VCC pin on the ESP board goes to the output side of a regulator, this may be why you are seeing brownouts.

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

      Took me quite a while and 2 esp-cams to figure the same thing out. It worked for me 6 months ago on 3.3v but today just no luck til I switched to the 5v. Too bad your post isn't pinned to the top.

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

      how did u do that though ?

  • @vivekravi4032
    @vivekravi4032 5 лет назад

    esptool.py v2.6
    Serial port COM8
    Connecting........_____....._____....._____....._____....._____....._____.....____An error occurred while uploading the sketch
    _
    A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header

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

    I managed to install the ESP32 camera software myself.
    But now I want to ask how do I set the camera to record something and how can I see what is on the card without removing the card ?
    Can I see online what is on the card?

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

    i am having issues with the port : Arduino: 1.8.13 (Windows 10), Board: "ESP32 Wrover Module, Huge APP (3MB No OTA/1MB SPIFFS), QIO, 80MHz, 921600, None"
    Sketch uses 293368 bytes (29%) of program storage space. Maximum is 983040 bytes.
    Global variables use 71680 bytes (27%) of dynamic memory, leaving 190464 bytes for local variables. Maximum is 262144 bytes.
    processing.app.debug.RunnerException
    at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:152)
    at cc.arduino.UploaderUtils.upload(UploaderUtils.java:77)
    at processing.app.SketchController.upload(SketchController.java:732)
    at processing.app.SketchController.exportApplet(SketchController.java:703)
    at processing.app.Editor$UploadHandler.run(Editor.java:2055)
    at java.lang.Thread.run(Thread.java:748)
    Caused by: processing.app.SerialException: Error touching serial port 'COM10'.
    at processing.app.Serial.touchForCDCReset(Serial.java:107)
    at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:136)
    ... 5 more
    Caused by: jssc.SerialPortException: Port name - COM10; Method name - openPort(); Exception type - Port not found.
    at jssc.SerialPort.openPort(SerialPort.java:167)
    at processing.app.Serial.touchForCDCReset(Serial.java:101)
    ... 6 more
    processing.app.SerialException: Error opening serial port 'COM10'.
    at processing.app.Serial.(Serial.java:152)
    at processing.app.Serial.(Serial.java:82)
    at processing.app.SerialMonitor$2.(SerialMonitor.java:132)
    at processing.app.SerialMonitor.open(SerialMonitor.java:132)
    at processing.app.AbstractMonitor.resume(AbstractMonitor.java:132)
    at processing.app.Editor.resumeOrCloseSerialMonitor(Editor.java:2120)
    at processing.app.Editor.access$1300(Editor.java:117)
    at processing.app.Editor$UploadHandler.run(Editor.java:2089)
    at java.lang.Thread.run(Thread.java:748)
    Caused by: jssc.SerialPortException: Port name - COM10; Method name - openPort(); Exception type - Port not found.
    at jssc.SerialPort.openPort(SerialPort.java:167)
    at processing.app.Serial.(Serial.java:141)
    ... 8 more
    Error opening serial port 'COM10'.
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.

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

    I JUST GET E (491) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND) Camera init failed with error 0x105

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

    Hello, Under Tools tab your programmer is set to "AVR ISP mkll" but I'm only getting the option "esptool". How can I solve this issue? Any help would be appreciated. And I'm getting an error "A fatal error occurred: Failed to connect to ESP32: No serial data received."

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

    I'm facing this problem :
    [camera.c:1113]camera probe(): detected camera not supported.
    [camera.c:1379]esp_camera_init():camera probe failed with error 0x20004.
    Anybody can help ?

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

    Hey, do I need an SD card inserted for this to work? I am having a lot of trouble finding an SD card under 8GB

  • @mickredfox
    @mickredfox 5 лет назад +1

    Is it possible to connect multiple esp32 cam modules and looking on one screen?

  • @fotoamgamgfoto3695
    @fotoamgamgfoto3695 5 лет назад

    on this small ESP32 board which pins are still available for my personal usage and not shared with the camera pins etc?
    For exampel I need 2 uart (softserial is fair enough if no hardware left) and some analog/digital pins for my app.
    Here is what I found as pinout:
    www.seeedstudio.com/media/catalog/product/cache/ef3164306500b1080e8560b2e8b5cc0f/b/a/bazaar1003541_esp32cam3.jpg
    also I plan to use 2 units to capture stereo 3D images, need to sync the 2 modues to take the shots at the same time and need a jpg side-by-side output, so somehow need to proces the JPG, any suggestions how to achieve it?
    UXGA 1622X1200 resolution needed so overall output would be 3244X1200

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

    I got this error I use all the guides you have from your site it did not work any help ?
    [E][camera.c:1049] camera_probe(): Detected camera not supported.
    [E][camera.c:1249] esp_camera_init(): Camera probe failed with error 0x20004

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

      Did you find any solution?

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

      @@ilkeraykut7064Yes but I don't remember what I did exactly. I know one of issue is that it was simply broken because it worked with second one I have.

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

    Thank you for the toturial,
    I follow the instructions, when I tried to upload on the board, it comes to me like this error:
    Upload error: Failed uploading: uploading error: exit status 2
    What can I do now?

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

    Everything works fine..I followed ur steps the same..but I get fatal error how can I resolve it...either than using the capacitor?....I tried the other methods but it dint work out...could you please help me???

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

    Late to the party, but nice video. Following the instruction, I'm getting "brownout detector triggered" "Detected camera not supported" and "camera probe failed with error 0x20004". My module was marked "ESP32 with camera module OV2640" Any ideas?

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

      Let me answer my own question: I switched from the 3.3v supply to the 5v supply. Now it works. Great tutorial!

  • @freedom2000
    @freedom2000 5 лет назад +4

    Hi,
    Nice video and tutorial.
    Could you please tell me if face recognition works with cats ?
    ( would like to make a cat feeder with it !)
    Thanks

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

    Muito bom! Impressionante com algo tao pequeno tem esta capacidade de processamento.
    Bom video 👌

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

    Hello, thanks, where i find a micro SD of 4GB, they are rare. Is it possible to use SDHC?

  • @Emeny
    @Emeny 5 лет назад +1

    Is there any way so when a person recognized you get a message on your phone with picture and name?

    • @supercables251
      @supercables251 5 лет назад

      yes, look up tutorials on how to send these messages, modify the camera code.

  • @mschaffer2826
    @mschaffer2826 5 лет назад +2

    Thanks for the video. How do you connect to the camera when not on the same wifi network?

  • @janakaprasad6162
    @janakaprasad6162 9 месяцев назад

    how to access the cam module remotely? what are the cloud platforms supporting video streaming?

  • @stewartrv
    @stewartrv 5 лет назад +1

    Can this be used to stream to MotionEyeOS ???

    • @RuiSantosdotme
      @RuiSantosdotme  5 лет назад +1

      Yes, you should be able to add it, but I haven't tried it. Watch this video: ruclips.net/video/36p9To2hfak/видео.html

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

    do you know how to setup the expressif esp-32s cam??

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

    How to stream Video signal directly without using CAM module?

  • @teabagNBG
    @teabagNBG 5 лет назад +1

    definitly getting one lol always wanted to know wich one of my cats always shits next to the toilet haha

  • @mohammeddavidzhang-singh5846
    @mohammeddavidzhang-singh5846 4 года назад

    I got this:
    >>>
    Serial port COM3
    Connecting....
    Chip is ESP32D0WDQ5 (revision 1)
    Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
    MAC: f0:08:d1:77:7f:7c
    Uploading stub...
    Running stub...
    Stub running...
    Configuring flash size...
    Auto-detected Flash size: 4MB
    Compressed 8192 bytes to 47...
    Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 2978.9 kbit/s)...
    Hash of data verified.
    Compressed 17392 bytes to 11186...
    Wrote 17392 bytes (11186 compressed) at 0x00001000 in 1.0 seconds (effective 139.0 kbit/s)...
    Hash of data verified.
    Compressed 2100784 bytes to 1661759...
    Writing at 0x00014000... (1 %)
    A fatal error occurred: Failed to write compressed data to flash after seq 1 (result was C100)
    A fatal error occurred: Failed to write compressed data to flash after seq 1 (result was C100)

    • @mohammeddavidzhang-singh5846
      @mohammeddavidzhang-singh5846 4 года назад

      I could solve this problem when I switched to 5 V at both sites. But after reset the ESP32 does not send the IP address, it sends plain dots ..........

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

    Hello bro i have a problm ......Get still not working and also face detection and recognition

  • @k-dramaFan_TeluguAmmai
    @k-dramaFan_TeluguAmmai 3 года назад

    I got everything right...but face detection and face recognition is not working for me...wt to do??

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

    What about overheating bloblem? my two boards get so hot after a minute of working...

  • @swift_guy
    @swift_guy 5 лет назад +1

    i flash camera web server example included in the arduino to my esp32 cam it streams the video but when i turn ON the option face detect or recognize it does nothing except the low frame rate stream it doesnot detect nor recognize any face can you help

    • @divingquokka
      @divingquokka 5 лет назад

      Face detection and recognition no longer works with ESP32 version 1.0.2.
      github.com/espressif/arduino-esp32/issues/2817
      Downgrade to version 1.0.1. Go to board manager, remove 1.0.2 and install 1.0.1.

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

      Turn to cif

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

    I want record video with audio when motion is detected. Finally Store into SD card.Is it possible?

  • @pawelsokolowski1516
    @pawelsokolowski1516 9 месяцев назад

    how did you get this sharo. quality? my camera is pixeled AF

  • @1979zeesh
    @1979zeesh 5 лет назад +1

    hi, great and easy tutorial. can i upload images manually to sd card for auto enrolling?i am trying to make a smart gadget that tells me who is at the door without opening it where i will put this camera to see through hole in the main door

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

    [E][camera.c:1049] camera_probe(): Detected camera not supported.
    [E][camera.c:1249] esp_camera_init(): Camera probe failed with error 0x20004

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

    I get "error invalid head of packet(0x00)"

  • @moehammadhermansyah
    @moehammadhermansyah 5 лет назад +1

    Can you multi-face recognition?

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

    is there a way to setup an esp32cam for ftp photo upload to weather underground? The cameras that work for weather underground just an ftp file upload option.

  • @divingquokka
    @divingquokka 5 лет назад

    Face detection and recognition no longer works with ESP32 version 1.0.2.
    github.com/espressif/arduino-esp32/issues/2817
    Downgrade to version 1.0.1.

  • @largerification
    @largerification 6 месяцев назад

    Make a video of how to turn this onto RC remote and FPV cam for an RC project

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

    How to do this on my mac. I am brand new. I've looked for what drivers to install but IDK. I'm on my m1 mac mini. and arduino IDE installed fine, the esp32 just isn't showing up as COM

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

      BTW im also using a ESP-32 CAM mb

  • @schepw
    @schepw 5 лет назад

    Hi Rui thank you for this tutorial. I only have a small problem. I did Buy 2 psc Geekcreit ESP32-CAM (with Blutooth and a OV2640 camera) Following your instructio bns it fails to start the camera (having tried all the mentioned units in the sketch) Can you give me a direction in where I can find a solution? The accompanying .pdf manuals are in the Chinese language so for a simple european hard to read ;-) Thanks in advance for an answer
    ========================
    I Think the answer is down below by Brian Johnson....instead of 3.3v I must use the 5V...will test is soon....

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

    Hello!!
    This video helped a lot. Thank you.
    I'm facing some trouble. When I paste the IP address, the webcam server doesn't show up. Any idea how I can fix this?

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

    Nice video can this work witha 4g module?

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

    Hi, Rui. Any chance I could use this code with the ESP32-CAM with the Espressif board? I searched high and low the web for a specific solution for the board with no luck. Thanks

  • @learneverything9271
    @learneverything9271 5 лет назад +2

    great rui you r great great open source project that's the way to change yhe face of education........once again i.m really appreciating your efforts

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

    To the point. Short, but not too short. And it worked here first time. Beware though that the +5V from the FTDI board should be connected to +5V on the ESP32 board. This may be my FTDI board as it is not the same as used in the video. Check what your FTDI delivers.

  • @neilausten9404
    @neilausten9404 5 лет назад

    My comment same as many below. Camera works perfectly but face recognition will not work. I saw a comment that ESP32 library version 1.0.2 does not now include face recognition. Rui, do you know if that is correct? Do you have to go back to a previous version?

  • @prakashsen1782
    @prakashsen1782 5 лет назад

    Arduino: 1.8.5 (Windows 7), Board: "ESP32 Wrover Module, Huge APP (3MB No OTA), QIO, 80MHz, 921600, None"
    Build options changed, rebuilding all
    Sketch uses 2233502 bytes (71%) of program storage space. Maximum is 3145728 bytes.
    Global variables use 50700 bytes (15%) of dynamic memory, leaving 276980 bytes for local variables. Maximum is 327680 bytes.
    esptool.py v2.6-beta1
    Serial port COM8
    Connecting....
    Chip is ESP32D0WDQ6 (revision 1)
    Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
    MAC: 3c:71:bf:59:cf:90
    Uploading stub...
    Running stub...
    Stub running...
    Changing baud rate to 921600
    Changed.
    Configuring flash size...
    Auto-detected Flash size: 4MB
    Compressed 8192 bytes to 47...
    Writing at 0x0000e000... (100 %)
    Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 4096.0 kbit/s)...
    Hash of data verified.
    Compressed 17664 bytes to 11528...
    Writing at 0x00001000... (100 %)
    Wrote 17664 bytes (11528 compressed) at 0x00001000 in 0.2 seconds (effective 883.2 kbit/s)...
    File md5: 07c034de560e4028a0321ea9277d4bdd
    Flash md5: 94d7669a6907ad539f478bee1686d1ad
    MD5 of 0xFF is db8fcd5fb9c48c5c0e18cc69ba10b08e
    A fatal error occurred: MD5 of file does not match data in flash!
    A fatal error occurred: MD5 of file does not match data in flash!
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.
    ????????????

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

    well, my ESP32 camera is not connecting to the wifi. Any idea, btw my camera model says HW, instead of AI thinker. Do you think that maybe the issue? Please let me know.

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

    nice tutorials but is it applicable in esp32 cam which is not an AI Thinker model.Thank you for your response..

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

    So if I set this up I will also get an intruder that looks like that???I better get started.

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

    Question: Is it possible to make the ESP32-Cam create its own WiFi network and be an access point, after connecting which can watch a picture from the camera in the smartphone’s browser?

  • @teabagNBG
    @teabagNBG 5 лет назад +2

    two questions... can i also use a wemos for programming the esp32 cam? and is there a way to get sound? thx

    • @GRBtutorials
      @GRBtutorials 5 лет назад +1

      Yes, just wire TX to TX and RX to RX, and the rest is the same.

    • @supercables251
      @supercables251 5 лет назад +1

      I don't see a mic so i don't think sound is built in. You might be able to attach your own mic to GPIO and find a library that streams audio.

  • @squalazzo
    @squalazzo 5 лет назад

    could you try if this module works with this rtsp library? This will make it even more useful... github.com/geeksville/Micro-RTSP

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

    Hi. Interested, how I can contact you please?

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

    Can I use that for my rc WiFi car? I will drive it by my phone, what is the range of it?
    Best regards!

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

    I may be late to the comment section, but can this camera detect objects like balls or balloons?

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

    Hello Rui.
    I was watching some of your videos about ESP32 cam.
    very nice.
    What I need to do is create an intersection where I can delimit the image that will be saved on the sd card.
    for example the camera shows in real time in the browser and I indicate the exact location of the photo.
    would you know something that could help me?

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

    I didnt get anything in serial monitor but flash is still on brightly.

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

    Ciao Complimenti si può integrare mqtt per home assistant?

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

    Hi! Would like to know if you can upload other lines of code after uploading this code to the esp32-cam? or you need to combine the two codes then upload it? Thanks!

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

    Hi everyone ! I'd like to know how much free available gpios do we have in this board, thanks.

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

    what if esp 32cam that I have is not ai thingker, but just an espressif logo just the words behind the board

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

    Boas. Sera possivel controlar o ESP32 Cam pelo arduino? Eu preciso de mais portas livres para o modulo RFID e display, e nisto teria de usar a board do arduino. É possivel?

  • @evilgogeta4
    @evilgogeta4 5 лет назад

    Why this device is not detecting face? I did the exact code but still not working? Can any one help?

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

    How can I name the recognized faces?

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

    sick video, helped me figure out what I was doing wrong.

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

    would there be a problem if we connect the esp32 to a wifi extender which is connected to a wifi router so i can theoretically have a longer range?

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

    Hi Rui, I wrote you another time. I can't include camera.h. When I compile it gives me: esp _camera: No such file or directory. I don't know what to do anymore. Also when I go to the examples folder ... .... Esp 32 .... room. It doesn't give me room.

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

      You can give me some advice. Thank you

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

      I repeat I installed ESP32 in one minute following your video and everything went ok. I also worked with projects with ESP32. In the esp32 cam install, it happens to me not to see the cam ... camera web server when I go on examples .My procedure that is yours is: Tools ---- Cards ---- Esp32Wrower Module.Then I go to Partition Scheme but I can't find Uge App (3Mb No OTA). Instead I find Pochi in my screen in order. - Minimal (2Mb Flash) --- NO OTA (Large App) --- Minimal Spiffes (Large App With OTA) Using Arduino 1.8.10 What should I do.This procedure I did without the card is normal ?. I thank you and salute you.

  •  4 года назад

    How can I make it so that if the camera sees a face it aims at it with an object

  • @jr-yn4lk
    @jr-yn4lk 3 года назад

    Does it actually recognize the person, or just detects a face in the image ?

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

    Magníficos tutoriales en tu blog. Me gustan TODOS, especialmente, el de despertar del sueño profundo, hacer la foto y volver a dormir. Una posible ampliación, sería conseguir que, con la integración en Hassio, solo faltaría avisar al usuario con el detector de presencia y tras hacer login en Home Assistant, poder cambiar el modo sleep a modo striming web Servet. para ver qué ocurre en directo y poder volver al modo sleep.
    En cualquier caso, te felicito por la claridad del tutorial. Enhorabuena y mil gracias.

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

    You didn't select the board

  • @devluz
    @devluz 5 лет назад

    Does the back of the camera has to touch the sd card for it to work? Or is this just the case with my weird clones ... I am confused that this isn't mentioned anywhere

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

    Can you also use this to identify text?

  • @aplicarciencias
    @aplicarciencias 5 лет назад +5

    Que loucura esse negócio! Olha a quantidade de coisas legais pra fazer com isso! Não tem como parar de se surpreender com os ESPs kkkk