how to save stream video from my ipcam to matlab in directory

2 Ansichten (letzte 30 Tage)
Tiwa Romuald
Tiwa Romuald am 6 Okt. 2015
hi please i would like to have any code source whose help me to have and save stream video from ipcam to matlab .i have similar functon but it'is gave me image.
url = 'http://192.168.0.3:8080/shot.jpg';
ss=imread(url);
fh = imshow(ss, 'Parent', handles.axes1);
while(1)
ss=imread(url);
set(fh,'CData',ss);
drawnow;
end
I would like to have video. thx best

Antworten (0)

Kategorien

Mehr zu MATLAB Support Package for IP Cameras finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by