tensorflow-micropython-examples icon indicating copy to clipboard operation
tensorflow-micropython-examples copied to clipboard

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

Open mocleiri opened this issue 3 years ago • 0 comments

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.

mocleiri avatar Feb 03 '22 01:02 mocleiri