필터 지우기
필터 지우기

Mostrar en un Axes una imágen ubicada en internet

조회 수: 1 (최근 30일)
DeunidO
DeunidO 2013년 2월 1일
Buenas tardes. Necesito saber como mostrar una imágen en un axes, sacada de una ipcam (Cámara conectada a internet que por medio de una dirección web va mostrando una imágen) que se actualiza cada segundo. ¿Es posible?
La dirección es del tip:
Muchas gracias
  댓글 수: 1
bym
bym 2013년 2월 2일
Good afternoon. I need to know how to display an image in an axes, taken from a ipcam (camera connected to internet via a web address is showing an image) that is updated every second. Is it possible?

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2013년 2월 2일
편집: Image Analyst 2013년 2월 2일
Yes it is. Get the Image Acquisition Toolbox. Then just start a loop where inside the loop you have a call to getsnapshot() and pause(1).
  댓글 수: 1
DeunidO
DeunidO 2013년 2월 2일
편집: DeunidO 2013년 2월 2일
Sorry but, getsnapshot() don't work with a web page. I need to open a web page with image in a axes. Like this:
while 1
axes(handles.Webcam1);
Direc= get(handles.Web1,'String'); %cgi web page
????? % To show the image in the current axes
end
I detected, the problem is the camera have a cgi program like this:
Is posible show this in one axes???
Thanks

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB 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