-
Notifications
You must be signed in to change notification settings - Fork 231
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
Ov2640 module not working!! #10
Comments
Hello, |
Hello, I have the same challenge. Did you find a solution? |
unfortunately, not yet |
Hi, |
I'm having the same issue (ESP32-CAM with Ov2640), I know the module is working fine since I uploaded and used a demo Arduino sketch without any issues. With ESP32_CAMERA_QR: I (537) sccb: pin_sda 26 pin_scl 27 I suppose there's a problem with twi (soft i2c) since reported camera ID is 0xff edit: it's working now, I was trying the esp-idf 4.1 PR and for some reason it didn't work, with this 4.0 version I can actually decode QRCodes! |
Hey guys, |
Hi i am using this module for testing https://www.aliexpress.com/item/OV2640-camera-module-Module-2-million-pixel-electronic-integrated-with-jpeg-compression-new-big-promotion/32915971973.html . It doesnt have XCLK pin on header as it says it already has an integrated 12mhz crystal. I have already succeeded with esp32-cam board (small camera one) with this firmware. But this ov2640 camera module not working. Its showing "Camera probe failed with error 0x20001". I think this code refers to connection issue. I have changed the wiring and pin configuration but still no change. My pin configuration is:
vsync-25
href-33
reset-23
d1-32
d3-12
d5-13
d7-21
scl-26
sda-27
d0-35
d2-34
d4-5
d6-18
plck-19
pwdn-gnd
Thanks. Waiting for replies.
The text was updated successfully, but these errors were encountered: