We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can open video file in Windows. The code is
using OpenCV const cv=OpenCV vcap = cv.VideoCapture() cv.open(vcap, filename)
But the same code returned false in Ubuntu. I think it's the problem of OpenCV's dependencies, any suggests?
The text was updated successfully, but these errors were encountered:
@liupgd Does this issue still continue to persist?
Sorry, something went wrong.
No branches or pull requests
I can open video file in Windows. The code is
But the same code returned false in Ubuntu. I think it's the problem of OpenCV's dependencies, any suggests?
The text was updated successfully, but these errors were encountered: