IP Camera Live Feed in Matlab App Designer UI

4 次查看(过去 30 天)
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

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Support Package for IP Cameras 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by