How to interface canon IP camera (VB-H41/B) with MATLAB.
Mostrar comentarios más antiguos
How to interface canon IP camera (VB-H41/B) with MATLAB. I know it's IP address, ID and password but I am unable to find its exact command. I have tried all the commands which are given for other IP cameras like Dlink, SONY etc but none of them is working. For example I am using cam= ipcam('http://192.168.1.30/video1.mjpg,'root','camera') but it's giving me error i-e "Cannot connect to the IP Camera Stream URL. Make sure the URL is correct and authentication is provided if needed."
If anyone of you know how to solve this issue or which video file designation to use, kindly let me know. Thank you!!
Respuestas (2)
Madhura Suresh
el 25 de Mzo. de 2016
0 votos
Can you access the feed with this exact link from Firefox or Chrome?
3 comentarios
harshan shyam
el 12 de Sept. de 2016
yes I have the same problem with Dlink ip camera...I cant use this function but I can view the url from chrome or firefox..pls help
Chethana Dukkipati
el 8 de Mayo de 2018
Hey, even I am having the same problem with HikVision Camera... I am unable to use the function to read the video using MATLAB. I am using my URL as follows:'http://10.0.0.18:8000/video.mjpeg'. Is the URL I am using is correct. If so why I am getting the error like this "Cannot connect to the IP Camera Stream URL. Make sure the URL is correct and authentication is provided if needed". Please anyone of you help me to fix this issue..
Jafari Ndembo
el 22 de Nov. de 2018
Hello have you get a solution on this question
Hey, even I am having the same problem with HikVision Camera... I am unable to use the function to read the video using MATLAB. I am using my URL as follows:'http://10.0.0.18:8000/video.mjpeg'. Is the URL I am using is correct. If so why I am getting the error like this "Cannot connect to the IP Camera Stream URL. Make sure the URL is correct and authentication is provided if needed". Please anyone of you help me to fix this issue..
Walter Roberson
el 8 de Mayo de 2018
0 votos
5 comentarios
Chethana Dukkipati
el 9 de Mayo de 2018
Hi Walter, Thank you for your response. But I am using Hikvision network camera with model number: DS-2CD2042WD-I. Is the solution will be same for any type of camera model of any vendor. Does Matlab supports hikvision vendor cameras?
Walter Roberson
el 9 de Mayo de 2018
Editada: Walter Roberson
el 22 de Nov. de 2018
It appears that you need to configure strong password first
Walter Roberson
el 9 de Mayo de 2018
Editada: Walter Roberson
el 10 de Mayo de 2018
to find the url you need
Chethana Dukkipati
el 10 de Mayo de 2018
Thanks for the information.After using the URL in the mentioned link, I am still getting the same error. when I opened the URL in chrome, I am able to login with my credentials but unable to view the video over there. How can I resolve both of these issues in order to get live video in matlab using my hikvision camera.
Walter Roberson
el 10 de Mayo de 2018
The page I linked to, iSpy, appears to be open source software. I suggest you experiment with using it to connect to the device. Once you have it working then the URL could be transferred to MATLAB.
Categorías
Más información sobre MATLAB Support Package for IP Cameras en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!