gocv
gocv copied to clipboard
Too many goroutines stopped at the '_Cfunc_VideoCapture_Open' position, which caused my program to hang.
Too many goroutines stopped at the '_Cfunc_VideoCapture_Open' position
Description
Too many goroutines stopped at the '_Cfunc_VideoCapture_Open' position, which caused my program to hang.
The following is the stack information
The following is the code information
Can you tell me how to solve this problem? Is there something wrong with my usage?
Your Environment
- Operating System and version:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
- OpenCV version used:
opencv lib version: 4.10.0
- How did you install OpenCV?
- GoCV version used:
0.38.0
- Go version:
go version go1.23.1 linux/amd64
- Did you run the
env.sh
orenv.cmd
script before trying togo run
orgo build
?