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.

조회 수: 20 (최근 30일)
cam = ipcam('http://192.168.11.14/mjpeg','admin','at2rDt07')
  댓글 수: 2
Manishkumar Bante
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
SHUDHENDU PAL 2020년 12월 16일
I facing same problem ...but when i reduce the video resolution...it work correctly

댓글을 달려면 로그인하십시오.

답변 (5개)

Ruqiang
Ruqiang 2018년 5월 9일
I have encountered the same situation as you, which is a headache for me. Have you solved this problem?

zeeshan gilani
zeeshan gilani 2018년 10월 17일
I am facing a similar problem. It will be really helpful if someone can solve this issue!

David Murray
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
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
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.

Nguyen Van Trong
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,

카테고리

Help CenterFile 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!

Translated by