【发布时间】:2012-08-03 17:32:50
【问题描述】:
我正在使用 Xcode 4.3.3 和 OpenCV 2.4 制作一个 iphone 应用
我使用“cvCreateFileCapture("simtom.mp4")”从“.mp4”文件中获取帧,但不幸的是,cvCreateFileCapture() 总是返回“NULL”。
有什么问题?
这是我的源代码。
CvCapture *m_pMusicVideo;
m_pMusicVideo = cvCreateFileCapture("simtom.mp4");
【问题讨论】: