Celular wifi_matlab
clc
clear all
url = 'http://10.177.49.100:8080/shot.jpg';
ss=imread(url);
fh=image(ss);
while(1)
ss=imread(url);
set(fh,'CData',ss);
drawnow;
end
en el teléfono aplicar la app :
ip webcam
Colocar la ip en la línea del código de matlab
url = 'http://192.168.1.102:8080/shot.jpg';
que es la que aparecen con la imagen del celular .. para que funcione Previamente deben estar
conectadas la PC y el celular a la red WIFI