-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does the gocv project run on someone else's computer #1177
Comments
I have the same question about how to configure the files extracted from the windows.exe file using the opencv prebuilt file to be used! |
我也是同样的问题,请求作者解答!! |
Running on Windows is very simple. Place the compiled DLLs from the OpenCV library in your running directory |
I think the usability under Windows still needs to be improved. It would be better to provide a precompiled dll so that no local compilation is required. |
I have been doing quite a bit of work on getting static builds working well for Linux and Windows. macOS does not generally like static linking to OS so that one is trickier. But the latest |
Thanks for your work, but it is not easy to use under Windows at present. It seems that the path of opencv is also fixed and can only be hard-coded. If you can specify the directory and then compile and package it yourself, it will be more convenient to use. |
So as long as there is opencv_videoio_ffmpeg4100_64.dll in the program directory, gocv can be used directly? |
I put all the DLLs into the running directory and then run the software. The ones that are occupied and cannot be deleted are the ones that are needed |
However, I am currently using static compilation in the Windows environment and have not yet overcome it in the Linux environment |
Check out the latest commits to the |
Hello! I have a question to ask you, that is, how can my locally compiled gocv project run on other people's computers? How can it be implemented without repeated installation of opencv environment?
The text was updated successfully, but these errors were encountered: