IP Camera Live Feed in Matlab App Designer UI

조회 수: 4 (최근 30일)
Austin Adam
Austin Adam 2020년 2월 11일
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