micropython-camera-driver icon indicating copy to clipboard operation
micropython-camera-driver copied to clipboard

add camera support to MicroPython

Results 36 micropython-camera-driver issues
Sort by recently updated
recently updated
newest added

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...

![Image](https://github.com/user-attachments/assets/875c66f5-b594-43f6-af57-9f0d3b693f17) i have espcam with RHYX M21-45 camera module, which is not supported by this firmware. please add it

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.