Track down the missing dll and add it, see.
I would guess that you are at the very least missing the gstreamer dll so you would need to add that
import os
os.add_dll_directory("PATH_TO_GSTREAMER_BIN")
import cv2
Track down the missing dll and add it, see.
I would guess that you are at the very least missing the gstreamer dll so you would need to add that
import os
os.add_dll_directory("PATH_TO_GSTREAMER_BIN")
import cv2