You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gocv doesn't show or save any frames. using "gocv.NewWindow()" just shows a black screen, and attempting to save any frames will result in an unusable video file.
Steps to Reproduce
Download opencv 4.10.0
Install gocv 0.39.0
Try to run main.go file with gocv imported, get "exit status 0xc0000135" error code
Add "C:\opencv\build\install\x64\mingw\bin" to system path
Install opencv 4.10.0 using "win_build_opencv.cmd script"
Try to run main.go file with gocv imported, see that the pop-up window just shows a black screen and that frames aren't recorded to video files.
Your Environment
Macbook Pro running Bootcamp. Windows 10 Home Edition, 10.0.19045 Build 19045
OpenCV version used: 4.10.0
Installed OpenCV using "win_build_opencv.cmd"
GoCV version used: 0.39.0
Go version: 1.23.2 windows/amd64
Did you run the env.sh or env.cmd script before trying to go run or go build? No.
The text was updated successfully, but these errors were encountered:
Description
gocv doesn't show or save any frames. using "gocv.NewWindow()" just shows a black screen, and attempting to save any frames will result in an unusable video file.
Steps to Reproduce
Your Environment
env.sh
orenv.cmd
script before trying togo run
orgo build
? No.The text was updated successfully, but these errors were encountered: