Using my Phone for image processing

2 ビュー (過去 30 日間)
Jonathan berry
Jonathan berry 2017 年 4 月 10 日
編集済み: Jonathan berry 2017 年 4 月 10 日
Hello everyone, I'm trying to get images from my cell phone camera. I have downlaoded an app and can use it on my browser but on MATLAB I'm having this error, any help will be appreciated.
Error using imread (line 350) Can't read URL "http://MY_IP/shot.jpg".
Error in imagedeneme (line 4) ss=imread(url)
BTW this is the code I'm using:
url = 'http://<ip address>/shot.jpg'
ss = imread(url)
fh = image(ss)
while(1)
ss = imread(url)
set(fh,'CData',ss)
drawnow;
end

回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Support Package for IP Cameras についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by