How to access video from a remote camera?

Hello, I was hoping somebody could throw some light on how to access video from a remote camera (it is stationed outside our campus). I can access the video via IP address but how can I process the video using Matlab functions? Thank You Radha

답변 (2개)

Harsha Vardhan Rao  Avunoori
Harsha Vardhan Rao Avunoori 2011년 7월 6일

0 개 추천

Quick question though it might sound a little bit silly.Are you authorized to access that camera ???

댓글 수: 4

Radha
Radha 2011년 7월 7일
Yes, I am authorized to access the camera. :)
Sorry for the delay I did not see your message.
Well can you save that video via IP address or do you have to process it in real time ?
Try looking at Image Acquisition Tool Box and also at Image Acquisition Tool
<http://www.mathworks.com/help/toolbox/imaq/brchlaj.html>
Once you have the video you can treat every frame as an image and apply your code normally on each frame.Let me know if you need any help.
Radha
Radha 2011년 7월 26일
hello Harsha,
My application requires me to process the video in real time. I tried Image Acquisition Tool Box but Matlab does not recognize any device other than the webcam.
I am currently trying the TCP/IP function under Instruments and control Tool Box in Matlab.
sky nku
sky nku 2014년 4월 28일
Do you know how to connect to a network camera using Instrument Control Toolbox? Thanks!!

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

Chirag Gupta
Chirag Gupta 2011년 7월 26일

0 개 추천

댓글 수: 5

Radha
Radha 2011년 7월 28일
Thank You Chirag...I shall look into this.
James Turnage
James Turnage 2012년 2월 2일
Did you ever find a solution for processing the IP camera realtime? My project is requiring me to do a similar process and the smartphone method doesn't exactly work for our cameras, but it does work for my iphone only with the app provided...
Walter Roberson
Walter Roberson 2012년 2월 2일
James, your situation involves a camera that is not directly accessible, connecting to a networked frame-grabber that emits a streaming format that does not appear to be directly supported. You are not going to be able to connect to your camera, only to the frame-grabber device, and you will need some kind of intermediate process to decode the unsupported streaming format.
James Turnage
James Turnage 2012년 2월 3일
Thanks for the response. We have the frame-grabber device and the intermediate process to decode the streaming format in the works. What we are still missing somewhere is exactly how we could get the Frames from the frame grabber through the use of MATLAB. We have access to the Image Acquisition Toolbox and i'm sure the solution is in there somewhere, but we seem to be missing it. Would you happen to know how this is done?
sky nku
sky nku 2014년 4월 28일
Do you know how to connect to a network camera using Instrument Control Toolbox? Thanks!! For example, the ip addresss of my camera is 192.168.3.253,and my PC connects to the camera with a simple net cable( UTP=UNSHIELDED TWISTED PAIR )

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

질문:

2011년 7월 6일

댓글:

2014년 4월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by