mmread
Read virtually any media file in Windows, Linux, or Mac.
Author: Micah Richert
Thanks for fast reply,
mmread and mmplay function correctly for any mjpeg video from hard disk, but when i write
v = mmread({'http://192.168.1.25/image.jpg','mjpeg'},1:10);
mmplay(v);
i can only see the first frame and Matlab answers
Warning: Frame(s) 2 3 4 5 6 7 8 9 10 exceed the number of frames in the
movie.
> In mmread at 189
In video at 1
Warning: Not all frames specified were captured. Returning what was captured, but
order may be different than specified.
> In mmread at 216
In video at 1
Thank you for your help in advance.
20 Nov 2009
mmread
Read virtually any media file in Windows, Linux, or Mac.
Author: Micah Richert
Hi Micah,
i´m using IP - camera Airlive Ovislink, which sends out only JPEG stream and can be played with web browser or some IP View software. I am wondering if it is possible to use your kit to generate stream video in Matlab and possibly to use it in real time in some advanced Blockset such Video and Image Processing. I was only succesful to get slow image stream to Matlab with use of imread('http://192.168.1.25/image.jpg') and its cycle in time. But this is really quite slow solution and not sufficient.
I really couldn´t find solution anywhere, so i appreciate any advice. Thanks in advance!