adafruit / Adafruit_CircuitPython_OV2640

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

add jpeg example for pico #9

Closed jerryneedell closed 3 years ago

jerryneedell commented 3 years ago

Adds an example using the SDCARD on the 2inch st7789 breakout board with an RP2040 pico https://www.adafruit.com/product/4311

It can only save the image as a 320x240 (OV2640_SIZE_QVGA) due to memory limitations. The example also requires a button to e connected.

example image img0012