-
Notifications
You must be signed in to change notification settings - Fork 654
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
camera_example does not work with AI Thinker ESP32-CAM #700
Comments
Exactly the same issue was reproduced on fedora 38 |
Hi, i was just struggling with this one! After that you would encounter an error (your log entries are not harmless at all ^^) That's because in esp-idf > v5.X you have to add esp_psram by yourself in CMakeLists.txt. (cf https://docs.espressif.com/projects/esp-idf/en/v5.0.7/esp32/migration-guides/release-5.x/system.html#psram) regards |
Hi Marc, Thanks for your comments. "Check you wires." is a recurrent suggestion with My guess is that the bug is related to Using
|
Hi, i use the same esp32-cam ESP32-D0WD() but without esp32-cam-mb. you've an esp-idf version more recent than mine (i'm on the stable version 5.3.1 and you're on v5.4-dev). Did you try with 5.3.1 ? Comparing our logs you have a first error: EDIT: Oops sorry i've just see that you mentionned the "E (848) camera_xclk: ledc_channel_config failed, rc=102" error ^^ |
I've just check with the master branch of esp-idf and i reproduce your bug ! I don't get exactly what to put on this one but adding @me-no-dev can you take a look on this ? |
Hi, I've also verified with esp-idf |
E (898) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND) I have this kind of error when I create the project as in esp-camera page said, I then uncomment this line in Setup section in main.c #define BOARD_ESP32CAM_AITHINKER After this change, I can see the "Picture taken ...". |
Checklist
How often does this bug occurs?
always
Expected behavior
I'd expect the example to compile and run without any issue.
Actual behavior (suspected bug)
The example application does not find the camera.
Error logs or terminal output
Upload with
idf.py flash monitor
is successful but the camera does not work:Steps to reproduce the behavior
Clone
esp-idf
repository.Clone
esp32-camera
intoesp-idf/components/esp32-camera
.In
esp-idf
directory runinstall.sh esp32
and. export.sh
.Choose AI THinker board:
Run
idf.py menuconfig
to disabe unavailable camere types (keep onlySupport OV2640 2MP
).Build and run:
Project release version
master
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
Debian trixie
Shell
Bash
Additional context
The camera and the board HW appears functional, the Arduino CameraWebServer example builds and runs succesfully.
The
esp-idf
development environment is correctly set up as other examples work flawlessly (generic_gpio, hello_world, himem, sdmmc, simple_sniffer, etc.)Is there an earlier version of
esp-idf
andesp32-camera
that are known to work together on the Ai Thinker ESP32-CAM board?The text was updated successfully, but these errors were encountered: