D-Link Forums
The Graveyard - Products No Longer Supported => IP Cameras => DCS-2132L => Topic started by: pelle17b on August 27, 2014, 01:13:04 PM
-
I am trying to grab an image from a DCS2132 camera and show it on a web page.
I am using the following code:
<img src="http://10.17.17.15/image/jpeg.cgi>
This works well for a DCS932 after setting it up so that anyone can access the still image without password.
When using the DCS2132 camera Í have found no such setting , and the web page opens a dialog box requiring username and password.
Is there a setting also in the DCS2132 to allow access to still pictures without password, or is there a way to pass the user and password to the camera from HTML?
I tried <img src="http://10.17.17.15/image/jpeg.cgi?user=[USER]&password=[PASSWORD]"> as suggested in a post i found, but it does not work.
/Peter
-
No. That's a security violation.
-
Yes I realize that the password will be sent in open, but i n this case it is only inside my own LAN so I did not care that much.
Is there a similar setting in the DCS2132 to allow access to still images without password as in the simpler models, or any other means of accomplish to grab a still image from that camera without having the user to enter a password?
/Peter