フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Having a problem regarding mmreader (avi) video reading

2 ビュー (過去 30 日間)
Dhruvh C
Dhruvh C 2014 年 5 月 23 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Code ----
obj=mmreader('demo_video.avi');
a=read(obj);
frames=get(obj,'numberOfFrames');
for k = 1 : frames-1
I(k).cdata = a(:,:,:,k);
I(k).colormap = [];
StackTrace ----------
  • ??? Error using ==> mmreadermexInitialization failed. (No combination of intermediate filters could be found tomake the connection.)
Error in ==> mmreader.mmreader at 66 uddobj = mmreadermex(fullFilePath); % registers class

回答 (1 件)

Image Analyst
Image Analyst 2014 年 5 月 23 日
Try VideoReader() instead. It's newer.
  2 件のコメント
Dhruvh C
Dhruvh C 2014 年 5 月 23 日
i m using a R2007b version, r u sure it will work there?
Image Analyst
Image Analyst 2014 年 5 月 23 日
Wow, that's really old. I don't think it's over 7 years old. Can you upgrade to the current version?

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by