I just bought the new ESP32-CAM module version 1.1 together with the 120° OV2640 cam from Aliexpress (this is the device). Unfortunately, it does not seem to work with the example sketch in the Arduino IDE as I always run into this error:
[E][camera.c:1049] camera_probe(): Detected camera not supported.
[E][camera.c:1249] esp_camera_init(): Camera probe failed with error 0x20004
I think it probably has to do with a changed pin configuration. I tried all available camera models that are defined in camera_pins.h
, but none of them worked. The general setup and wiring should be fine as I can easily flash the sketch and the serial monitor works fine. I also tried the original ESP32-CAM module (with the dark PCB, not the newer blue one), it works just fine.
Did anybody succeed in making the new v1.1 module work?