IP Camera Live Feed in Matlab App Designer UI
조회 수: 3 (최근 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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!