mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

Integrate new image buffer location switch from micropython-camera-driver #71

Open mocleiri opened 2 years ago

mocleiri commented 2 years ago

https://github.com/micropython/micropython/pull/8219 was merged and the micropython-camera-driver upstream added a new option where by you can configure the location of the camera framebuffer to be in regular RAM or PSRAM.

fb_location=camera.PSRAM.

We should grab that change and include it in our copy so that higher resolutions can be captured.