I have ESP32-CAM module which arrived with OV2640 camera module (version XRZ00D1).
I tried running the ESP32 library sketch (CameraWebServer), with the needed things like changing WiFi and setting CAMERA_MODEL_AI_THINKER as default.
However i get the following error:
Code: Select all
[E][sccb.c:154] SCCB_Write(): SCCB_Write Failed addr:0x30, reg:0x35, data:0xda, ret:-1
[E][sccb.c:154] SCCB_Write(): SCCB_Write Failed addr:0x30, reg:0xff, data:0x00, ret:263
[E][sccb.c:154] SCCB_Write(): SCCB_Write Failed addr:0x30, reg:0xff, data:0x01, ret:263
[E][camera.c:1215] camera_init(): Failed to set frame size
[E][camera.c:1270] esp_camera_init(): Camera init failed with error 0x20002
My question is does the PINS should be differently specified for the OV2640 (version XRZ00D1) ?
Also physically these two cameras (XRZ00D1 and AF2569 ) look slightly different.