quyq
Results
1
comments of
quyq
For me, gstream runtime dll are not in site-packages\cv2 folder. I'm using the way mentioned at [here:](http://dencode.blogspot.com/2024/06/program-d-link-dcs-5010l-part-2.html), i.e. add following before import cv2: import os gst_root = os.getenv('GSTREAMER_1_0_ROOT_MSVC_X86_64', 'C:/gstreamer/1.0/msvc_x86_64/') os.add_dll_directory(gst_root+'bin')...