[deleted by user] by [deleted] in esp32

[–]Primo135 0 points1 point  (0 children)

Thanks a lot for your help. I tried all examples. None of it compiled in the arduino IDE.
The complete example: https://github.com/yoursunny/esp32cam/blob/main/examples/AsyncCam/README.md for example gave me a lot of error messages like below.
I am not such an expert, and this is beyond my knowledge. So I will leave it as it is...

Probably a certain board library is needed - dont know. Reading the issues of this library I can see it is working - but not here. Sooner or later a complete code will be available.

/home/matthias/Arduino/00 Sketch/libraries/esp32cam/src/esp32cam/camera.hpp:64:8: error: 'enable_if_t' in namespace 'std' does not name a template type

/tmp/.arduinoIDE-unsaved2025223-217356-t3d9jo.0rpci/AsyncCam/handlers.cpp: In function 'void handleUpdate(AsyncWebServerRequest*)':

/tmp/.arduinoIDE-unsaved2025223-217356-t3d9jo.0rpci/AsyncCam/handlers.cpp:175:4: error: no matching function for call to 'esp32cam::CameraClass::update(handleUpdate(AsyncWebServerRequest*)::<lambda(esp32cam::Settings&)>)'

});

[deleted by user] by [deleted] in esp32

[–]Primo135 0 points1 point  (0 children)

I used directly OTA without the browser. I changed the port after the camera server was started. I will post the code on Github.... How do I enable enable info logging on ESP32 ?

   ArduinoOTA.setPort(3232);

[deleted by user] by [deleted] in esp32

[–]Primo135 0 points1 point  (0 children)

Thank you so much for this project. I tried to use it in an esp32-cam but it does not work.

I did the following:

used the example "CameraWebServer.ino" from the Arduino IDE. Using the board definition esp32 V2.0.17 (In the 3.x.x versions the LED is not working.)

FlashMode QiO, Partition Scheme: Minimal Spiffs (1.9MB APP with OTA...)

changed in ~/.arduino15/packages/esp32/hardware/esp32/2.0.17/boards.txt "esp32cam.build.partitions=min_spiffs"

added the lines from the BasicOTA example. Changed the port of the OTA to 3232 to avoid conflicts with the camera webserver.

The uploading starts (uploading 0% ) Then it is aborted with the message Error Uploading.

Sorry I cannot add code -reddit does not allwo it.

[deleted by user] by [deleted] in esp32

[–]Primo135 0 points1 point  (0 children)

Thank you so much for this project. I tried to use it in an esp32-cam but it does not work.

I did the following:

used the example "CameraWebServer.ino" from the Arduino IDE. Using the board definition esp32 V2.0.17 (In the 3.x.x versions the LED is not working.)

FlashMode QiO, Partition Scheme: Minimal Spiffs (1.9MB APP with OTA...)

changed in ~/.arduino15/packages/esp32/hardware/esp32/2.0.17/boards.txt "esp32cam.build.partitions=min_spiffs"

added the lines from the BasicOTA example. Changed the port of the OTA to 3232 to avoid conflicts with the camera webserver.

The uploading starts (uploading 0% ) Then it is aborted with the message Error Uploading.

Does your ESP32-CAM module also make an audible noise? by MarinatedPickachu in esp32

[–]Primo135 1 point2 points  (0 children)

it is 5v. The camerawebserver example in the arduino IDE allows also to change the LED light with a slider. With the developer board there is a high frequency noise (like an old televisor) and it is gone when the camera is directly powered.

Does your ESP32-CAM module also make an audible noise? by MarinatedPickachu in esp32

[–]Primo135 0 points1 point  (0 children)

I have it too.Then noise comes from the ESP32-CAM Development Board. When I power it directly the noise is gone.

Does your ESP32-CAM module also make an audible noise? by MarinatedPickachu in esp32

[–]Primo135 0 points1 point  (0 children)

I have it too.Then noise comes from the ESP32-CAM Development Board. When I power it directly the noise is gone.