Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Tiwa Romuald
Tiwa Romuald le 6 Oct 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

Réponses (0)

Catégories

En savoir plus sur MATLAB Support Package for IP Cameras dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by