This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

camera url, how to give username and password directly in url
#11
(03.11.2017, 06:41)gjniewenhuijse Wrote: Maybe anyone a idea how to do this with a Axis M3004?

You should find apropriate parameters user/password to your camera. Sometimes are user=admin&password=pass sometimes u=admin&p=password or user=admin&pwd=password. If there is no such parameters in your camera url now you should add these parameters like below:


before: http://IPADDRESS/videostream.asf?resolution=[WIDTH]*[HEIGHT]

after: http://IPADDRESS/videostream.asf?resolution=[WIDTH]*[HEIGHT]&user=[USERNAME]&pwd=[PASSWORD]


BCS has in some points same software like axis because some URLs are compatible. If these addresses which I showed above is not working check also below:
http://IPADDRESS/cgi-bin/snapshot.cgi?chn=[CHANNEL]&u=[USERNAME]&p=[PASSWORD]
http://IPADDRESS/cgi-bin/snapshot.cgi?loginuse=[USERNAME]&loginpas=[PASSWORD]
http://IPADDRESS/videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]*[HEIGHT]


You can check addresses from these sites:
https://www.ispyconnect.com/man.aspx?n=BCS
http://www.camera-sdk.com/p_146-how-to-c...onvif.html
Reply


Messages In This Thread
RE: camera url, how to give username and password directly in url - by buuuudzik - 03.11.2017, 07:05

Forum Jump: