adafruit / Adafruit_CircuitPython_OV2640

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

OV2640 on Rpi 4B #19

Closed canDry closed 2 years ago

canDry commented 2 years ago

I'm hoping to directly connect an OV2640 (via the esp32 kaluga's separate ov2640 breakout board connected directly to rpi's gpio pins) to capture and process images on an Rpi 4B (not a pico or esp32).

I've installed circuitpython (via blinka) and the adafruit ov2640 library, but that library calls imagecapture which is not on the rpi.

Any guidance on how to get the ov2640 cam working would be most appreciated!

jepler commented 2 years ago

The imagecapture module is just in circuitpython on microcontrollers, not in blinka.