adafruit / Adafruit_CircuitPython_OV2640

CircuitPython driver for OV2640 cameras
MIT License
10 stars 3 forks source link

Jpeg mode #4

Closed jepler closed 3 years ago

jepler commented 3 years ago

.. including an example for Kaluga which captures to the internal CIRCUITPY flash region.

jepler commented 3 years ago

@ladyada do you want to test this yourself? do you want an example that uses SD card instead of CIRCUITPY? (shouldn't be too difficult, just would need to wire it up)

ladyada commented 3 years ago

i dont need to test it - thankx! please check the OV2640 datasheet, anything else interesting in there? filters?

jepler commented 3 years ago

@tannewt ready for a re-review. I added a 2nd jpeg demo which turns the Kaluga into a selfie-cam. Press (hold, really, because it's polled) the REC button to save a jpeg image at highest resolution to an SD card.

img0003

ladyada commented 3 years ago

nice work!