打开视频文件或捕获设备或 IP 视频流进行视频捕获。
virtual bool cv::VideoCapture::open(const String &filename,
int apiPreference = CAP_ANY
)
这是一个重载的成员函数,是为了方便而提供的。 它与上述函数的不同之处仅在于它接受的参数。
参数同构造函数 VideoCapture(const String& filename, int apiPreference = CAP_ANY)
返回
如果文件已成功打开,则为 true
该方法首先调用 VideoCapture::release 来关闭已经打开的文件或相机。
</