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

Pico Simple Test Not Working #29

Open
seykolla opened this issue Jan 29, 2024 · 1 comment
Open

Pico Simple Test Not Working #29

seykolla opened this issue Jan 29, 2024 · 1 comment
Assignees

Comments

@seykolla
Copy link

When I tried to save the image captured by simpletest.py for the Raspberry Pi Pico, I received a corrupted image. Additionally, setting the colorspace to jpeg mode doesn't return a memoryview object. Has anyone successfully captured an image on the Pi Pico?

@jerryneedell
Copy link
Contributor

FYI -- I have been playing with the new PICOWBELL OV5640 board on a PicoW and I have found that for JPEG images, the captured image is often larger than the computed buffer so increasing the buffer size allows me to capture JPEG images.
With a too small buffer the EOI is not found int he buffer and the image is rejected.

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

3 participants