• April 19, 2024, 04:37:13 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Grab still image from DCS2132 without password  (Read 3081 times)

pelle17b

  • Level 1 Member
  • *
  • Posts: 2
Grab still image from DCS2132 without password
« 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
Logged

RYAT3

  • Level 10 Member
  • *****
  • Posts: 2254
Re: Grab still image from DCS2132 without password
« Reply #1 on: August 27, 2014, 01:18:36 PM »

No. That's a security violation.
Logged

pelle17b

  • Level 1 Member
  • *
  • Posts: 2
Re: Grab still image from DCS2132 without password
« Reply #2 on: August 27, 2014, 10:23:34 PM »

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
Logged