With CircuitPython now supporting a camera, it would be nice to have a camera shield to use with my robot #Fluffbug. The OV2640 camera module is pretty powerful (it can create JPEG data to stream), and the S2 Mini has enough pins to drive it, so the only inconvenience left are three voltages need for powering the camera. The shield takes care of that.
Hi! is this version of the camera working? It´s there a way to send the image to a processing sketch? I have some openCV sketches to "interact" with ants or other bugs that I would like to try. Thanks for the camera. Amazing project!