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.

23 Ansichten (letzte 30 Tage)
cam = ipcam('http://192.168.11.14/mjpeg','admin','at2rDt07')
  2 Kommentare
Manishkumar Bante
Manishkumar Bante am 10 Mai 2019
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 am 16 Dez. 2020
I facing same problem ...but when i reduce the video resolution...it work correctly

Melden Sie sich an, um zu kommentieren.

Antworten (5)

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

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

David Murray
David Murray am 30 Jan. 2019
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 Kommentare
Manishkumar Bante
Manishkumar Bante am 10 Mai 2019
try to use with port number :
cam = ipcam('http://ip address:port number/video','username','pass','Timeout',20)
it did work for me

Melden Sie sich an, um zu kommentieren.


dell limba
dell limba am 9 Mär. 2019
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 am 1 Mai 2019
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,

Kategorien

Mehr zu MATLAB Support Package for IP Cameras finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by