JPEG support had to be disabled to implement `imread()` and `imwrite()` https://github.com/sparkfun/micropython-opencv/issues/4#issuecomment-2920797928: https://github.com/sparkfun/micropython-opencv/blob/8f163248b3e76d30887e4c963f4ce0f8c976472f/src/opencv/platforms/common.cmake#L21-L22 When it's enabled, building for RP2350 results in the following linker error: ``` undefined reference to `posix_memalign' ```
JPEG support had to be disabled to implement
imread()andimwrite()#4 (comment):micropython-opencv/src/opencv/platforms/common.cmake
Lines 21 to 22 in 8f16324
When it's enabled, building for RP2350 results in the following linker error: