フィルターのクリア

Connect IP-Camera to Matlab

3 ビュー (過去 30 日間)
Kosai
Kosai 2012 年 4 月 27 日
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

採用された回答

Walter Roberson
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.
  1 件のコメント
Kosai
Kosai 2012 年 4 月 27 日
Actually i have used the Instrument-Control-Toolbox to get a Connection but unfortuantly the time-cost of Data Flow is rather high because i am trying to make Motion Detection throgh this IP-Cam so i need the vid Object with all its attributes in a way like (image-acquisition-toolboxs's way "pick the vid and make Processing") ...
The Idea with Active-X could be a Solution as you suggested, i will try it !!. thank you for replay

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Support Package for IP Cameras についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by