ESP32-Cam
Posted: Sat May 18, 2024 9:47 am
I have an ESP-Cam, which I have had working in the past, but now it won't initialise.
On a whim, I just tried re-flashing it from a different PC, which probably has older versions of all the drivers and it's given me a different error:
I'm fairly sure it's an AI-Thinker module, and that pinout worked last time.
Do we conclude the camera is dead, or does anyone have any ideas for a better diagnosis?
Code: Select all
E (543) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND)
Camera init failed with error 0x105
Code: Select all
[E][camera.c:1113] camera_probe(): Detected camera not supported.
[E][camera.c:1379] esp_camera_init(): Camera probe failed with error 0x20004
Do we conclude the camera is dead, or does anyone have any ideas for a better diagnosis?