IP Camera Live Feed in Matlab App Designer UI

4 vues (au cours des 30 derniers jours)
Austin Adam
Austin Adam le 11 Fév 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

Réponses (0)

Catégories

En savoir plus sur MATLAB Support Package for IP Cameras dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by