What function is used to read a video from any web browser to MATLAB?

Hello Everyone,
please look at this code:
vid=videoinput('winvideo',1);
In this line of code, we fetch live stream from a WEBCAM. I want to know is there any similar command using which I can fetch video streaming from a "WEB BROWSER" to MATLAB.
Looking forward for reply..
Thank You All.

1 件のコメント

Rushabh
Rushabh 2017 年 8 月 9 日
please try imread(url) where url is string from where you want to stream the data.

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

回答 (1 件)

Madhura Suresh
Madhura Suresh 2017 年 8 月 15 日

0 投票

Have you used ipcam ? It can get images from a Motion-JPEG (HTTP or RTSP) URL into MATLAB. You will need to download the IP cameras support package.

カテゴリ

ヘルプ センター および File ExchangeMATLAB Support Package for IP Cameras についてさらに検索

質問済み:

2015 年 2 月 23 日

回答済み:

2017 年 8 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by