I want OpenCV-python with GStreamer on Windows.
I once installed GStreamer runtime and GStreamer development, and downloaded the opencv and opencv- contrib sources on a Windows machine.
Using these, I was able to complete the build using CMake in about an hour.
It worked good, but I want to use this program on other Windows machine.
The build process involves downloading a lot of files and generating a lot of files, and my machine doesn’t have the free space for it.
Will opencv built with GStreamer be freely copied to other machines so that you can do pip install opencv-python
?
Also, a large amount of data remains on the machine where the build was performed, so I would like to delete all but the necessary files.
If I could be greedy, I would be happy if it could be built to be widely compatible with the Python 3.X series.
I successfully built opencv with gstreamer on one machine and it worked as expected.
I would like to delete unnecessary files after building and copy them to other machines.
knob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.