Early in development, OPENCV_DISABLE_THREAD_SUPPORT was set to ON (at least for RP2350):
|
set(OPENCV_DISABLE_THREAD_SUPPORT ON) |
This was just to get things working, but having multiple threads would be fantastic to support, since it would ~double processing speed on dual-core platforms.
Early in development,
OPENCV_DISABLE_THREAD_SUPPORTwas set toON(at least for RP2350):micropython-opencv/src/opencv/platforms/rp2350.toolchain.cmake
Line 13 in 2486762
This was just to get things working, but having multiple threads would be fantastic to support, since it would ~double processing speed on dual-core platforms.