You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: