D-Link Forums
D-Link IP Cameras for Home => DCS series Network Cameras => Topic started by: LoCoELF 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.
-
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...