opencv c++ 读取视频报错 capture.isOpened()返回false
#include<iostream>#include<opencv2/opencv.hpp>using namespace cv;using namespace std;int main(){ VideoCapture capture; Mat frame; const string source = "/home/gear/big_disk_c/wangjd/shipintest/789.mp4";