ArduCAM / PICO_SPI_CAM

BSD Zero Clause License
36 stars 12 forks source link

Is this compatable with micropython? #12

Open NoahSTEMStuff opened 1 year ago

NoahSTEMStuff commented 1 year ago

I would like to use this with micropython, and I think I am able to import most of the needed libraries, however I got stuck at usb_cdc library. Is there a way to get the camera to work with micro python, and or to import the usb_cdc file?

Bfreak commented 4 months ago

@NoahSTEMStuff did you ever have any luck with this? I'm trying to use the module to pull a single image from the OV5642 as part of a project that I can't port to circuitpython. Thanks.