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)
显示 更早的评论
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 个评论
amit pathania
2012-4-6
What platform u used to view media server stream over LAN?
采纳的回答
更多回答(2 个)
Mark Jones
2012-1-17
0 个投票
Does the camera driver have a Direct Show interface and does it work with AMCAP?
5 个评论
James Turnage
2012-1-17
Walter Roberson
2012-1-17
Ah, it would be the IP-900 you would provide the address of. It appears it streams H.264 (which is used by mp4). I am not finding reference to a direct method of decoding that; I am finding reference to installing codecs for it. Unfortunately I do not have the experience to know how to put the pieces together.
James Turnage
2012-1-18
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
0 个投票
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 个评论
James Turnage
2012-3-23
amit pathania
2012-4-6
What platform u used to view media server stream over LAN?
类别
在 帮助中心 和 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!