How to connect between Ip Cam ( F18918W ) and MATLAB , & how to insert its live video to MATLAB ?
1 回表示 (過去 30 日間)
古いコメントを表示
I want to work control system, I want to introduce this video on MATLAB and the work of some operations
0 件のコメント
採用された回答
Walter Roberson
2013 年 2 月 19 日
The Foscam F18918W supports only MJPEG (Motion JPEG) for streaming video. MATLAB does not at present offer any facility for accepting streams of MJPEG. (It also does not have any facility for accepting streams of MPEG-4.) MATLAB has facilities for reading from files that contain MJPEG, but not from streams of it.
You might possibly be able to get somewhere if you happen to be on MS Windows, and you connect using the ActiveX controls that the product supports.
その他の回答 (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!