Connect IP-Camera to Matlab
2 次查看(过去 30 天)
显示 更早的评论
I am trying to access a Live Video Stream from an IP-Camera using Matlab 7.8.0(R2009), my IP-Camera is (Dinion IP - NWC-0495 from Bosch).
1- How can I get the Connection in case that Matlab supports this functionality?
2- Are there any API-Functions or Interfaces to get the Connection?
thanks in advance, Kosai
0 个评论
采纳的回答
Walter Roberson
2012-4-27
Unfortunately that camera uses MPEG-4 streaming video, which MATLAB is not able to decode (new MATLAB versions support MPEG-4 encoded files but not streaming video.) You would have to have the data received by an MPEG-4 decoder and then access that decoded data.
The documentation hints that the MS Windows MPEG4 decoder that Bosch provides might be accessible via Active-X.
Instrument Control Toolbox provides the TCP/IP support, or you can use the MATLAB File Exchange contribution "tcpudpip".
Trawling through the piles of documentation in my mind, I seem to recall that the MATLAB version you are using is too old to have any direct IP Camera support, but that you should still be able to use tcp objects to send it commands.
更多回答(0 个)
另请参阅
类别
在 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!