ESP32 CAM How to Save Movies to SD Card

แชร์
ฝัง

ความคิดเห็น • 22

  • @alexeykhachatryan1214
    @alexeykhachatryan1214 8 หลายเดือนก่อน +5

    Haha, I see my commit in your video merged to this project :D

  • @moenkopiproductions2422
    @moenkopiproductions2422 21 วันที่ผ่านมา

    hi Brett, thanks for the project. I couldn't get this v50 sketch to compile because my boards level is 2.0.10. I tried the v58 sketch and it compiles and works pretty well. I was able to get the streaming working too. The main difference is there is a config.txt file on the sd card that needs setup.

    • @moenkopiproductions2422
      @moenkopiproductions2422 21 วันที่ผ่านมา

      I just got the v60 version working as well. No changes needed, except the board level needs to be 2.0.x in Arduino iDE.

  • @andrewhannay
    @andrewhannay 7 หลายเดือนก่อน +2

    I recognise that beach!

  • @ah-lx9xi
    @ah-lx9xi หลายเดือนก่อน

    Can you just save sounds from the camera module microphone using a cpp function? Playback function too? Thanks for video..

  • @ArceAngel
    @ArceAngel 27 วันที่ผ่านมา +2

    what to do if i get soc/cpu.h no file or directory?

    •  23 วันที่ผ่านมา

      That’s what I got too

    •  23 วันที่ผ่านมา

      Do you have any idea how to fix this?

    • @ArceAngel
      @ArceAngel 15 วันที่ผ่านมา

      nope i never figured it out

    • @501nenah
      @501nenah 10 วันที่ผ่านมา

      That's what I get as well. No idea what to do.
      Honestly, the constant stupid and difficult to resolve errors with the esp32cam pissed me off to a point where I just dumped all of them. I spent the extra money for some AMB82-mini cameras and they work like a charm. All the sketches I need are on their very own youtube channel and they all work out of the box. Plus the camera is a ton better, faster and more reliable. The green-ish nonsense on some of the pictures also isn't happening with those.

  • @qinzhongle
    @qinzhongle ปีที่แล้ว

    I love your project very much, I am a university student in China, I would like to ask you about the ESP32 development board, I wonder if you are available?!

  • @Teamchevy001
    @Teamchevy001 10 หลายเดือนก่อน +1

    Hi Brett,
    After clearing the first error by installing "wifimanager", I now get an error: "Compilation error: ESPxWebFlMgr.h: No such file or directory" I can't seem to locate this package. Any suggestions??
    Dave

    • @wasim3169
      @wasim3169 12 วันที่ผ่านมา +1

      Just degrade the esp32 board version to 1.0.6

    • @Teamchevy001
      @Teamchevy001 12 วันที่ผ่านมา

      @wasim3169, Thanks! I'll go back and have a look at it!

  • @humpi8096
    @humpi8096 11 หลายเดือนก่อน +1

    Thanks for the video! Sadly it get a error message ... Compilation error occurred due to a request for the 'reason' member in 'info.arduino_event_info_t::eth_connected', which is of non-class type 'esp_eth_handle_t' {aka 'void*'}.

    • @marantsancar
      @marantsancar 11 หลายเดือนก่อน

      C:\Users\I.B. Marco Sanchez\Desktop\esp32Camera\grabar\ESP32-CAM-Video-Recorder-junior-master\ESP32-CAM-Video-Recorder-junior-50x-lpmod\ESP32-CAM-Video-Recorder-junior-50x-lpmod.ino: In lambda function:
      C:\Users\I.B. Marco Sanchez\Desktop\esp32Camera\grabar\ESP32-CAM-Video-Recorder-junior-master\ESP32-CAM-Video-Recorder-junior-50x-lpmod\ESP32-CAM-Video-Recorder-junior-50x-lpmod.ino:1304:96: error: 'union arduino_event_info_t' has no member named 'disconnected'; did you mean 'eth_connected'?
      Serial.printf( "
      frame_cnt: %8d, WiFi event Reason: %d , Status: %d
      ", frame_cnt, info.disconnected.reason, WiFi.status());
      ^~~~~~~~~~~~
      eth_connected
      C:\Users\I.B. Marco Sanchez\Desktop\esp32Camera\grabar\ESP32-CAM-Video-Recorder-junior-master\ESP32-CAM-Video-Recorder-junior-50x-lpmod\ESP32-CAM-Video-Recorder-junior-50x-lpmod.ino:1305:96: error: 'union arduino_event_info_t' has no member named 'disconnected'; did you mean 'eth_connected'?
      logfile.printf("
      frame_cnt: %8d, WiFi event Reason: %d , Status: %d
      ", frame_cnt, info.disconnected.reason, WiFi.status());
      ^~~~~~~~~~~~
      eth_connected
      C:\Users\I.B. Marco Sanchez\Desktop\esp32Camera\grabar\ESP32-CAM-Video-Recorder-junior-master\ESP32-CAM-Video-Recorder-junior-50x-lpmod\ESP32-CAM-Video-Recorder-junior-50x-lpmod.ino: In lambda function:
      C:\Users\I.B. Marco Sanchez\Desktop\esp32Camera\grabar\ESP32-CAM-Video-Recorder-junior-master\ESP32-CAM-Video-Recorder-junior-50x-lpmod\ESP32-CAM-Video-Recorder-junior-50x-lpmod.ino:1327:98: error: 'union arduino_event_info_t' has no member named 'disconnected'; did you mean 'eth_connected'?
      Serial.printf( "
      frame_cnt: %8d, WiFi event Reason: %d , Status: %d
      ", frame_cnt, info.disconnected.reason, WiFi.status());
      ^~~~~~~~~~~~
      eth_connected
      C:\Users\I.B. Marco Sanchez\Desktop\esp32Camera\grabar\ESP32-CAM-Video-Recorder-junior-master\ESP32-CAM-Video-Recorder-junior-50x-lpmod\ESP32-CAM-Video-Recorder-junior-50x-lpmod.ino:1328:98: error: 'union arduino_event_info_t' has no member named 'disconnected'; did you mean 'eth_connected'?
      logfile.printf("
      frame_cnt: %8d, WiFi event Reason: %d , Status: %d
      ", frame_cnt, info.disconnected.reason, WiFi.status());
      ^~~~~~~~~~~~
      eth_connected
      exit status 1
      Compilation error: 'union arduino_event_info_t' has no member named 'disconnected'; did you mean 'eth_connected'?

    • @moenkopiproductions2422
      @moenkopiproductions2422 21 วันที่ผ่านมา +1

      your ESP board version doesn't work for the libraries in this sketch. Try the V58 sketch, it supports board version 2.0.x

  • @qinzhongle
    @qinzhongle ปีที่แล้ว

    I love your project very much, I am a university student in China, I would like to ask you about the ESP32 development board, I wonder if you are available?

    • @usmanumer9871
      @usmanumer9871 8 หลายเดือนก่อน

      中国的宝宝。你好

  • @jumbo999614
    @jumbo999614 7 หลายเดือนก่อน +1

    My built-in sd card doesn't work. In serial monitor, it always show error about sd failed to mount.
    Can I use external SD card reader with ESP32-Cam?

  • @FullStopBooks
    @FullStopBooks 5 หลายเดือนก่อน +1

    Hello, when compiling I get this error - please advise!!
    'union arduino_event_info_t' has no member named 'disconnected'; did you mean 'eth_connected'?
    It is highlighting the last line here:
    eventID = WiFi.onEvent([](WiFiEvent_t event, WiFiEventInfo_t info) {
    Serial.printf( "
    frame_cnt: %8d, WiFi event Reason: %d , Status: %d
    ", frame_cnt, info.disconnected.reason, WiFi.status());
    logfile.printf("
    frame_cnt: %8d, WiFi event Reason: %d , Status: %d
    ", frame_cnt, info.disconnected.reason, WiFi.status());