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

4 visualizaciones (últimos 30 días)
Rageeni sah
Rageeni sah el 23 de Feb. de 2015
Respondida: Madhura Suresh el 15 de Ag. de 2017
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 comentario
Rushabh
Rushabh el 9 de Ag. de 2017
please try imread(url) where url is string from where you want to stream the data.

Iniciar sesión para comentar.

Respuestas (1)

Madhura Suresh
Madhura Suresh el 15 de Ag. de 2017
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.

Categorías

Más información sobre MATLAB Support Package for IP Cameras en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by