Trouble building OpenCV from source with Gstreamer and more trouble installing from Visual Studio

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
1 Like