Error using camera (line 1) Cannot connect to the IP Camera Stream URL. Make sure the URL is correct and authentication is provided if needed.
3 ビュー (過去 30 日間)
古いコメントを表示
cam = ipcam('http://192.168.11.14/mjpeg','admin','at2rDt07')
2 件のコメント
Manishkumar Bante
2019 年 5 月 10 日
try to use with port number :
cam = ipcam('http://ip address:port number/video','username','pass','Timeout',20)
it did work for me
SHUDHENDU PAL
2020 年 12 月 16 日
I facing same problem ...but when i reduce the video resolution...it work correctly
回答 (5 件)
Ruqiang
2018 年 5 月 9 日
I have encountered the same situation as you, which is a headache for me. Have you solved this problem?
0 件のコメント
zeeshan gilani
2018 年 10 月 17 日
I am facing a similar problem. It will be really helpful if someone can solve this issue!
0 件のコメント
David Murray
2019 年 1 月 30 日
I am as well. I am using IP cam with iPhone.
url: http://192.168.1.134:8020/videoView.mjpeg
Cannot connect to the IP Camera Stream URL. Make sure the URL is correct and authentication is provided if needed.
4 件のコメント
Manishkumar Bante
2019 年 5 月 10 日
try to use with port number :
cam = ipcam('http://ip address:port number/video','username','pass','Timeout',20)
it did work for me
dell limba
2019 年 3 月 9 日
6 month ago, my code was working well but i am trying it again and it's failing.
Cannot connect to the IP Camera Stream URL. Make sure the URL is correct and authentication is provided if needed.
0 件のコメント
Nguyen Van Trong
2019 年 5 月 1 日
Hello,
Is there anybody getting the solution for this problem? I am facing the same thing but seems there isn't any source discussing about this.
Thank you,
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!