-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32 CAM - Detected camera not supported #118
Comments
Hello lhadvab , |
I´ve skipped this important step:
This was very important thing because I have AI-Thinker module. |
I also tried different USB cable, but with no result. |
reset is -1 not 32 |
@liuandong Is it in the camera_pins.h file ? |
@liuandong I´ve tried it, but I still have same problem. I´ve also tried 5V instead of 3,3V. Any of these are not working. I´am not using original blue arduino usb cable, maybe this is reason why it isn´t working. |
Please try this. I solved the problem. 😁😁 |
My problem same as you "Detected camera not support". Many way I've try still can get it working untill today 😁. I do some google and find out at the website maybe esp pin not solder properly and some say camera pins code not same as on board. So it is true about the camera pin and i make a test. first find esp32 cam circuit diagram, take your multimeter, check camera pin to esp32 pin, check the camera_pins.h, and make the correction on gpio num.. Goodluck buddy 👍 |
Yes these little esp32-cam boards are ..delicate :-) in general, a connected serial cable will cause wifi issues and slooow network transmissions. The OV2640 to be probed,
|
Use USB to TTL convertor instead od ftdi. It works for me |
I had this issue and after taking power from external power supply instead of the ftdi programmer, the issue got fixed |
@lhadvab I had the same issue, but it was a pin configuration problem. Here is my code and configuration. I hope it helps. Software:
Hardware:
Configuration (menuconfig):
CODE
|
Gehe auf die camara Pins und kopiere die #elif defined(CAMERA_MODEL_AI_THINKER) in die #if defined(CAMERA_MODEL_WROVER_KIT) dann klappt es |
|
i bougth ESP32-CAM Conclusion : check power supply...:( |
In my case i burn up the ground pin or area with reverse connection during pin connection time. Just upload the code and use another ground pin for ground terminal of power supply. |
Here are my usual steps:
It does happen that the cam is DOA. In my case ~ 7 of 100 cams. |
Hi everyone, found the issue, the problem was the camera module itself, bought a new one and working fine now. Thanks. |
I had this issue of exactly the same error for the longest time, and I solved it quite simply:
|
This issue appears to be stale. Please close it if its no longer valid. |
finally i have fixed this issue connect the GND of esp32 module with the GND pin of ESPCAM that is nearby with 5V and and Give the 3V FROM ESP32 MODULE to 3V of ESP32CAM without Press Rest Code Upload after disconecting the GPIO PINS IP address will be shown. |
I've the same board and the board does not work for the pixel format JPEG. it works for RGB555 pixel format but the quality of image/video is extremely bad. https://www.reddit.com/r/esp32/comments/10lvlm1/broken_esp32cam_module/ |
Hi @amiteshsingh-cpi , I don't even use this module anymore, sorry I can't help you. Have you tried with another module? In my case it was a broken one, so I just changed and it started to work. |
Hello,
I have an ESP32-Cam modul from Aliexpress: https://www.aliexpress.com/item/32971094258.html?spm=a2g0s.9042311.0.0.27424c4dreFgYS . I followed this video: https://youtu.be/MicAM_A0_lU .
I always get the same errors:
[E][camera.c:1049] camera_probe(): Detected camera not supported.
[E][camera.c:1249] esp_camera_init(): Camera probe failed with error 0x20004
I´ve also tried this: #74 , but even this wasn´t helpful.
Can you help me with this?
The text was updated successfully, but these errors were encountered: