How to read motion jpeg video in matlab?

3 visualizzazioni (ultimi 30 giorni)
Iqra Saleem
Iqra Saleem il 29 Nov 2018
Commentato: Rik il 30 Gen 2019
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 Commento
Rik
Rik il 30 Gen 2019
Have a read here (or here for more general advice). It will greatly improve your chances of getting an answer.

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by