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

조회 수: 4 (최근 30일)
Rageeni sah
Rageeni sah 2015년 2월 23일
답변: Madhura Suresh 2017년 8월 15일
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일
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.

카테고리

Help CenterFile 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!

Translated by