필터 지우기
필터 지우기

How to read motion jpeg video in matlab?

조회 수: 2 (최근 30일)
Iqra Saleem
Iqra Saleem 2018년 11월 29일
댓글: Rik 2019년 1월 30일
When i try to read motion jpeg video in MATLAB with .mjpg extension. below error occur.
Error using VideoReader/errorIfImageFormat (line 494)
The filename specified is an image file. Use imread instead of VideoReader.
Error in VideoReader/init (line 612)
VideoReader.errorIfImageFormat(fullName);
Error in Untitled2 (line 5)
xyloObj = VideoReader('akiyo_CIF.mjpg');
  댓글 수: 1
Rik
Rik 2019년 1월 30일
Have a read here (or here for more general advice). It will greatly improve your chances of getting an answer.

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by