标签: c++ opencv video
我使用
cv::VideoCapture video(mp4name);
但是
video.isOpened()==false;
我使用OpenCV 3.4.1。 有什么想法吗?
谢谢
Yair