Effacer les filtres
Effacer les filtres

error when connect ip camera with matlab

1 vue (au cours des 30 derniers jours)
primrose khaleed
primrose khaleed le 30 Juin 2014
hi every body ....i used ip camera with matlab and used this code to connect ip camera with matlab
% url=('http://192.168.0.20/dms.jpg?');
url=('http://192.168.0.20/dms?nowprofileid=1&0.1082518683298691');
ss = imread(url);
fh = image(ss);
while(1)
ss = imread(url);
set(fh,'CData',ss);
drawnow;
end
but this code can not connected ip camera with matlab ....can you help me

Réponses (0)

Catégories

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

Community Treasure Hunt

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

Start Hunting!

Translated by