IP Camera Live Feed in Matlab App Designer UI

4 visualizaciones (últimos 30 días)
Austin Adam
Austin Adam el 11 de Feb. de 2020
Hi All,
I am trying to integrate an IP Camera's Live feed into my Matlab App that I have created in app designer.
I managed to view the camera feed in matlab using the ipcam package with the preview function, but it opens in a separate window and I do not know how to make it open in my app.
I was thinking of using the HTML block to use some HTML code to open the url but I do not know much about HTML so wouldn't even know where to begin with that.
Here are the two commands I am currently running to view the camera feed:
>> cam = ipcam('http://192.168.10.7:80/streaming/channels/1/httppreview', 'admin', '*******') %I starred out the password for safety purposes
>> preview(cam)
Hopefully someone can help me out! :)
Thanks in advance,
Austin

Respuestas (0)

Categorías

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

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by