Commit 70d15e1
authored
fix incompatibility with ov5640 and Pico
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.1 parent f94718e commit 70d15e1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments