Opencv打开摄像头并按格式保存视频和每帧图片以及连续帧的图片和视频相互转化(C++版本和Python版本)
一、VideoCapture()类的常用API接口1.构建VideoCapture()对象实例C++版本cv::VideoCapture::VideoCapture(const string& filename); //input filenamecv::VideoCapture::VideoCapture(int device); //video capture denice idcv::VideoCapture::VideoCapture();Python版本cap=c
原创
2020-07-09 14:07:06 ·
3766 阅读 ·
6 评论