You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to Adafruit_CircuitPython_OV5640 doubled the memory usage for a given quality setting. This makes the latest release of in CircuitPython incompatible with the previous quality setting=3
+ colorspace=adafruit_ov5640.OV5640_COLOR_JPEG due to that working out an an allocation size of 204800. This is too much for the first Pico.
Here is the breaking change:
adafruit/Adafruit_CircuitPython_OV5640#35
Quality 4 is still too large at 153,600 bytes.
Quality 5 using 122,880 works.
0 commit comments