opencv / opencv-python

Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
https://pypi.org/project/opencv-python/
MIT License
4.44k stars 835 forks source link

Gstreamer support on windows 10 #1013

Open davidspoon opened 2 months ago

davidspoon commented 2 months ago

Hi

I am lost ... I tried to find online information about building opencv-python with gstreamer support, but I failed. I set the cmake args with_gstreamer to ON, but at the end cv2.getBuildInformation() always give me that gstreamer is not supported.

Could some god of you take few minutes to explain me how to build successfully opencv python with support to gstreamer on win10 ?

Thanks a lot And thanks a lot for this beautiful work done on opencv python !!!!

asmorkalov commented 1 month ago

Please try to build OpenCV first. It prints all found dependencies in Cmake output. Environment setup become more obvious.