-
Notifications
You must be signed in to change notification settings - Fork 52
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
gocv.io/x/gocv.NewWindow() exception #1
Comments
@AfroMetal Hi, thank for stopping by. The purpose of this docker images I've been working on is for image/video processing only, you can't do a lot of things like creating displaying an image. |
Seems like this should be possible using x11 sockets. Any thoughts, @denismakogon on adding to this repo? |
I started playing around with setting up a Dockerfile that could build the GUI. I added the Alpine packages for
Any ideas on making this work in Alpine? |
OK, I have now gotten my containers to build, but when I execute my new test container, it exits immediately without any errors being displayed. My code can be found here: |
Hi, personally I haven't tried to make GUI work, the purpose of this repo and containers to make backend applications that don't really care about UI/GUI. |
Update CGO_LDFLAGS to point at the x64 builds
I am not surprised that trying to open a GUI in docker using this image and Dockerfile based in the example is not working. But as I am completely green in OpenCV and quite new to Docker:
Is it possible to run window app using this image? I am trying to run the example from
gocv
attempts at which can be found in my repogocv-tests
.Any advice?
The text was updated successfully, but these errors were encountered: