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.
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.
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?!
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
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*'}.
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'?
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?
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());
Haha, I see my commit in your video merged to this project :D
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.
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.
I recognise that beach!
Can you just save sounds from the camera module microphone using a cpp function? Playback function too? Thanks for video..
what to do if i get soc/cpu.h no file or directory?
That’s what I got too
Do you have any idea how to fix this?
nope i never figured it out
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.
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?!
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
Just degrade the esp32 board version to 1.0.6
@wasim3169, Thanks! I'll go back and have a look at it!
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*'}.
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'?
your ESP board version doesn't work for the libraries in this sketch. Try the V58 sketch, it supports board version 2.0.x
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?
中国的宝宝。你好
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?
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());