JuliaImages / OpenCV.jl

Use OpenCV in Julia!! 🚀
https://juliaimages.org/OpenCV.jl/dev/
MIT License
40 stars 14 forks source link

Cannot open video file in ubuntu #11

Open liupgd opened 3 years ago

liupgd commented 3 years ago

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?

rakeshksr commented 1 week ago

@liupgd Does this issue still continue to persist?