Skip to content
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.capture() False #22

Open
dcmcshan opened this issue Jun 22, 2024 · 0 comments
Open

camera.capture() False #22

dcmcshan opened this issue Jun 22, 2024 · 0 comments

Comments

@dcmcshan
Copy link

I am running on a M5CAMERA, initializes okay, but capture returns false. I have waiting fairly long times to allow sensor to come up and focus. Any ideas?

`MicroPython v1.21.0 on 2023-10-13; ESP32 module with Camera with ESP32
Type "help()" for more information.

import camera
camera.init(0, d0=32, d1=35, d2=34, d3=5, d4=39, d5=18, d6=36, d7=19,
format=camera.JPEG, xclk_freq=camera.XCLK_10MHz,
href=26, vsync=25, reset=15, sioc=23, siod=22, xclk=27, pclk=21)

True

camera.capture()
False
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant