building OpenCV with GStreamer on Windows, copy to other computer without install GStreamer on Windows
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.