how to save stream video from my ipcam to matlab in directory
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Support Package for IP Cameras en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!