How to access video from a remote camera?
Mostrar comentarios más antiguos
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
Respuestas (2)
Harsha Vardhan Rao Avunoori
el 6 de Jul. de 2011
0 votos
Quick question though it might sound a little bit silly.Are you authorized to access that camera ???
4 comentarios
Radha
el 7 de Jul. de 2011
Harsha Vardhan Rao Avunoori
el 15 de Jul. de 2011
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
el 26 de Jul. de 2011
sky nku
el 28 de Abr. de 2014
Do you know how to connect to a network camera using Instrument Control Toolbox? Thanks!!
Chirag Gupta
el 26 de Jul. de 2011
0 votos
You might also look at this http://www.mathworks.com/matlabcentral/answers/12036-how-do-i-use-my-smart-phone-camera-as-a-webcam-in-matlab
5 comentarios
Radha
el 28 de Jul. de 2011
James Turnage
el 2 de Feb. de 2012
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
el 2 de Feb. de 2012
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
el 3 de Feb. de 2012
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
el 28 de Abr. de 2014
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 )
Categorías
Más información sobre National Instruments Frame Grabbers en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!