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.
Mostra commenti meno recenti
cam = ipcam('http://192.168.11.14/mjpeg','admin','at2rDt07')
2 Commenti
Manishkumar Bante
il 10 Mag 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
il 16 Dic 2020
I facing same problem ...but when i reduce the video resolution...it work correctly
Risposte (5)
Ruqiang
il 9 Mag 2018
0 voti
I have encountered the same situation as you, which is a headache for me. Have you solved this problem?
zeeshan gilani
il 17 Ott 2018
0 voti
I am facing a similar problem. It will be really helpful if someone can solve this issue!
David Murray
il 30 Gen 2019
0 voti
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 Commenti
Walter Roberson
il 9 Mar 2019
What happens if you put that address into a web browser? In particular, does it say that it is unreachable?
Nguyen Van Trong
il 1 Mag 2019
On web viewer, it works but when we put the same IP address to Matlab, it shows that message.
Manishkumar Bante
il 10 Mag 2019
try to use with port number :
cam = ipcam('http://ip address:port number/video','username','pass','Timeout',20)
it did work for me
VAVILAPALLI TARUN
il 21 Apr 2022
Sir,is it possible to connect mutliple ip cameras
dell limba
il 9 Mar 2019
0 voti
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
il 1 Mag 2019
0 voti
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,
Categorie
Scopri di più su MATLAB Support Package for IP Cameras in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!