How can MATLAB connect to a camera via the network in order to view its stream?(not a simple USB plugin webcam on local machine)
4 ビュー (過去 30 日間)
古いコメントを表示
Is there a way that MATLAB can "recognize" and connect to a camera(not plugged in directly to my local machine) that's on the same network as my local machine and view that particular camera's stream? Any response would be very helpful as I have been stuck on this for a few days.
1 件のコメント
採用された回答
Walter Roberson
2012 年 1 月 17 日
The Image Acquisition Toolbox should be able to connect to networked cameras, once it is told what the address of the camera is.
If you were hoping that the camera would be located automatically, then that might not be practical; it would depend in part on whether the camera sends out broadcast packets or multicast packets announcing its presence.
2 件のコメント
Walter Roberson
2012 年 1 月 17 日
http://www.mathworks.com/company/events/webinars/wbnr51282.html?id=51282&p1=869883352&p2=869883370
その他の回答 (2 件)
Mark Jones
2012 年 1 月 17 日
Does the camera driver have a Direct Show interface and does it work with AMCAP?
5 件のコメント
Walter Roberson
2012 年 2 月 2 日
It appears that R2011b and later can read and write MPEG-4 files, but I do not yet find any indication of direct support for streaming such files. The mechanism might still be to have an MS Windows program that decodes the stream and read the frames from that.
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 )
amit pathania
2012 年 3 月 23 日
I too want to read video stream from Media server on my local LAN.How can i read the stream giving IP address in MATLAB.
2 件のコメント
参考
カテゴリ
Help Center および File 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!