Open liupgd opened 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?
@liupgd Does this issue still continue to persist?
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?