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