[E][camera.c:1113] camera_probe(): Detected camera not supported.
[E][camera.c:1379] esp_camera_init(): Camera probe failed with error 0x20004`
Does anyone know which of sample cameras from the following list this camera is?
// Select camera model //#define CAMERA_MODEL_WROVER_KIT // Has PSRAM //#define CAMERA_MODEL_ESP_EYE // Has PSRAM //#define CAMERA_MODEL_M5STACK_PSRAM // Has PSRAM //#define CAMERA_MODEL_M5STACK_V2_PSRAM // M5Camera version B Has PSRAM //#define CAMERA_MODEL_M5STACK_WIDE // Has PSRAM #define CAMERA_MODEL_M5STACK_ESP32CAM // No PSRAM //#define CAMERA_MODEL_AI_THINKER // Has PSRAM //#define CAMERA_MODEL_TTGO_T_JOURNAL // No PSRAM
Also - What Arduino board is this running under - I’m now presuming it is “ESP32 Dev Module”
Is this correct?
The sample code for this board also does not appear to contain a define for the AF2569 Camera!
So in short what are the appropriate Arduino IDE board definition & camera Definition for this product?
Thanks for your phone call regarding this post! I have removed it from spam and hopefully someone will be able to provide you with a useful answer as to why your camera isn’t being recognised.
For other’s info, the board John is using is DFR0602:
As mentioned as in our phone call John, here is a link ot the DF Robot Wiki for this product:
As far as I can see the ESP32-CAM is OK / Blinks / Loads & executes the code as per the tutorial - But the Camera is not recognized!! Reporting the errors in the previous post.
Could this be a hardware fault in the Camera?
I have tried many other board & camera combinations as well - same camera errors occur.
[E][camera.c:1113] camera_probe(): Detected camera not supported.
[E][camera.c:1379] esp_camera_init(): Camera probe failed with error 0x20004`
OK OK OK - Solved!!
YES both the board & the camera supplied are AI-Thinker in the Arduino universe.
HOWEVER This unit appears to be very power hungry.
Will not run - trips a brown out on 3V3 FTDI and only just makes it on 5V0 FTDI - Both using a fairly substantial short USB cable. Even on 5V0 it will brown out if you wiggle the camera a bit.
ANYWAY it is working now but I’ll have to think carefully about power when it goes into my application.
Appears to be drawing around 230mA @5V0 while streaming.
Note to CORE
The supplied DFRobot tutorial link will be of no use to the Arduino community.
It would be good to supply one of the Arduino focused ESP32CAM tutorials in connection with this product on your site. The DronBot workshop also has some good instructions on the ESP32CAM - it was where I started.https://dronebotworkshop.com/esp32-cam-intro/
Make sure users are alert to the brownout issue - its what I stumbled on