Ron Evans
Ron Evans
I would like to include this module. Once OpenCV 4.5.3 comes out, it should be possible. See https://github.com/opencv/opencv_contrib/issues/2862
Please see this previous issue https://github.com/hybridgroup/gocv/issues/186 related to Go issue https://github.com/golang/go/issues/13672 discussing. Seems like Windows exception handling is the obstacle here.
Hello @zak905 this does not work on Windows, which is why we have not added to GoCV so far.
Hello, @buYoung thanks for making a code contribution to GoCV. A couple of things: - I switched the branch for this PR to `dev`, as mentioned here: https://github.com/hybridgroup/gocv/blob/master/CONTRIBUTING.md#how-to-use-our-github-repository - Can...
Hi @SleepyPrince I just added this commit for the updated static build linker flags, thanks for pointing that out: https://github.com/hybridgroup/gocv/commit/b383fb2af08dc369a99da7c50cde9bfff038e3fc Regarding the message you mention, I have not tried to...
Usually this type of error is from installing in a non-standard location. See https://github.com/hybridgroup/gocv#custom-environment-2
Someday I hope to be able to compile/link using VS toolchain, but there are Go CL still pending in order to even start on that.
No work has been done on that yet, @lmtyler please see https://github.com/hybridgroup/gocv/blob/master/CONTRIBUTING.md#something-you-wantneed-from-opencv-does-not-appear-to-be-in-gocv
I'd check the syntax you are using, it is known to work with various streams.
The correct syntax for that command is `go run ./cmd/capwindow/main.go 0` where `0` is the ID of the connected camera device e.g. webcam that you want to use. Not a...