ESP-32cam camera probe failed

Hi @kamikazebaa. Have you tried the "CameraWebServer" example sketch that is provided by the "esp32" boards platform?

Even if it isn't exactly what you need for your real project, I think this serves as a "known good" starting point, which can serve as a useful reference for troubleshooting. If the "CameraWebServer" example sketch works while your bespoke sketch does not, then that would indicate that the problem is related to something in your code. If the problem also occurs when using the "CameraWebServer" example sketch, this might indicate that the problem is with the ESP32-CAM hardware rather than the code.

So if you haven't already, give that a try. I provided some instructions here: