adafruit / Adafruit_CircuitPython_OV2640

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

Add example for SAOLA board #12

Closed jerryneedell closed 3 years ago

jerryneedell commented 3 years ago

Adds ov2640_aio_saola.py - captures image and sends to AIO. This version also connects the PWDN and RET lines and passes them into he configuration. There lines are not used in the Kaluga example since they are not available via the camera connector. The capture interval is 10 seconds.