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.