• February 23, 2025, 06:57:49 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: Mini Window (Gadget) for camera?  (Read 4409 times)

LoCoELF

  • Level 1 Member
  • *
  • Posts: 2
Mini Window (Gadget) for camera?
« on: March 28, 2011, 09:27:27 AM »

Hello,

I work for a company where we just put up a DCS-920. We're an IT company so always at our computers. I have everybody logged into the ip webpage to see who's coming in/out. My question does anybody know of any function or similiar to a windows gadget that can be made for the camera? So it's basically part of your windows desktop, don't have to open/close it all the time?

Thanks in advance.
Logged

Mackerel

  • Level 3 Member
  • ***
  • Posts: 348
Re: Mini Window (Gadget) for camera?
« Reply #1 on: March 29, 2011, 09:45:38 AM »

You can look via a html-page (fill in IP-address and Serialno from your html-source of how you look at it now):

<html>
    <body>
   <table border=0 >
   <tr>
   <td align="center">
            <APPLET name="cvcs" CODEBASE="http://192.x.x.x/" CODE="xplug.class" WIDTH=640 HEIGHT=480>
                <param name="RemotePort" value=80>
                <param name="Timeout" value=5000>
                <param name="RotateAngle" value=0>
                <param name="PreviewFrameRate" value=2>
                <param name="DeviceSerialNo" value="yyyyyyyyyy">
            </APPLET>
   </td>
   </tr>
   </table>
    </body>
</html>

I put in the table-stuff, as I use multiple camera's and you can repeat the <td> and <tr> getting more camera's in a webpage...
Logged