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

M5-TimerCamera does not work properly with "Camera Capture Failed". #83

Open
NojiriKeishi opened this issue May 12, 2023 · 0 comments
Open

Comments

@NojiriKeishi
Copy link

It doesn't work properly with M5-TimerCamera.
I get an error "camera: Camera Capture Failed" in camera.capture(). The program is below.

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

Please let me know if you know how to solve this.

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