micropython-camera-driver
micropython-camera-driver copied to clipboard
add camera support to MicroPython
Hi there, first, thank you for providing a good first start to the micropython camera driver, it helped me starting to build an [improved version](https://github.com/cnadler86/micropython-camera-API) with the goal of supporting...
Hi, My ESP32-Cam with the same camera that came with the pack, the OV2640 only has a max buffer size of 64kb. This means that when I take photos at...
 i have espcam with RHYX M21-45 camera module, which is not supported by this firmware. please add it
how to support for GC0308?
The way it is done now it makes no assumptions as to the location of the component. It queries the IDF build system as to its location. This allows for...
the STATIC macro was removed starting with MicroPython 1.22. This adjusts for that change. It will not have any problems compiling on lower versions of MicroPython.