adafruit / Adafruit_CircuitPython_OV5640

CircuitPython driver for OV5640 Camera
MIT License
3 stars 4 forks source link

Pico Simple Test Not Working #29

Open seykolla opened 6 months ago

seykolla commented 6 months ago

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 commented 2 months ago

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.