The future of you, waiting for you in the future.

Geoffrey

Long, long the pathway to Cold Hill;
Drear, drear the waterside so chill.

返回顶部

解决Python内CvCapture视频文件格式不支持问题

解决Python内CvCapture视频文件格式不支持问题

在读取视频文件调用默认的摄像头cv.VideoCapture(0)会出现下面的视频格式问题

CvCapture_MSMF::initStream Failed to set mediaType (stream 0, (640x480 @ 30) MFVideoFormat_RGB24(unsupported media type)


解决的方法:

调用参数:cv.CAP_DSHOW
cv.VideoCapture(0 + cv.CAP_DSHOW)

posted @ 2021-01-12 14:42  Geoffreygau  阅读(429)  评论(0编辑  收藏  举报