EloquentVision
EloquentVision copied to clipboard
Detected camera not supported
Hello, im getting this error when running any of the code examples on my ESP32 cam.
[E][camera.c:1113] camera_probe(): Detected camera not supported.
[E][camera.c:1379] esp_camera_init(): Camera probe failed with error 0x20004
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x400d0d47 PS : 0x00060c30 A0 : 0x800d0e12 A1 : 0x3ffb1ef0
A2 : 0x00000001 A3 : 0x00000005 A4 : 0x00020004 A5 : 0x0000001e
A6 : 0x01312d00 A7 : 0x00000000 A8 : 0x800d0d45 A9 : 0x3ffb1ed0
A10 : 0x00000000 A11 : 0x00000005 A12 : 0x000000ff A13 : 0x00000000
A14 : 0x00ff0000 A15 : 0x40404040 SAR : 0x00000004 EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000040 LBEG : 0x4008d391 LEND : 0x4008d3a1 LCOUNT : 0xfffffffb
ELF file SHA256: 0000000000000000
Backtrace: 0x400d0d47:0x3ffb1ef0 0x400d0e0f:0x3ffb1f70 0x400d257a:0x3ffb1fb0 0x4008fab6:0x3ffb1fd0
Rebooting...
I'm really new so at first I was just testing the examples out of the box. Does this error really mean that the camera that comes with my ESP32 microprocessor is not supported or could be something else? how do I know which versions/models/stuff are supported?
Thanks