-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
OpenCV 4.4 on Windows 10 - multiprocessing does not work #18502
Copy link
Copy link
Closed
Description
System information (version)
OpenCV - 4.4
Platform - Windows 10 64 bit
Python - 3.8.5
Detailed description
Hello,
OpenCV 4.4 on Windows 10 does not appear to support multi-processing (multi-threading works). It fails with the message: "ImportError: DLL load failed while importing cv2: The specified module could not be found." This failure happens in the spawned worker task. Main process works okay. A simple code sample is attached. Your help would be much appreciated.
Regards,
Vijay
Reactions are currently unavailable