How I access network Camera SAMSUNG SNB-5003/SNB-5004 SND-5083/SND-5084
The error message shows "Failed to resolve hostname ip address.mjpeg " The name does not resolve for the supplied parameters.
This my Code
// username : admin // password : @123456789 // IP Address : http://192.168.1.100/home/monitoring.cgi
cap.open("http://admin:@[email protected]/video.mjpg");
imho it's : "http://username:[email protected]/video.mjpg"
Sorry It's can't use
may be you find some help here
If your password is really @123456789, the @ may cause a conflict. Change that password (or even remove restricted access) and try again
Now I change password to Sua123456789 . But doesn't work.
Can you access to your camera using a web interface? If yes you can look for in page source code what's camera adress. If it is flash plug in you should try something like in given link.
LBerger I try "http://admin:[email protected]/cgi-bin/video.cgi?msubmenu=mjpg&resolution=4" And page source code "http://192.168.1.100/cgi-bin/stw.cgi" + "?seq=" + localSeq But still doesn't work
@suazung: shouldn't it be "http://admin:[email protected].100/cgi-bin/video.cgi?msubmenu=mjpg"?