- 21 -
Build a security application
The Administrator can combine options on the application page to perform many useful security
functions. For example, trigger events can be activated from attached devices or through the built-in
motion detection. In response to these events, the encoder can then be programmed to either upload
snapshots over the Internet or activate other attached devices. To upload the snapshots, users can choose
either email or FTP according to their needs. Both e-mail and FTP use the network settings on the
Network page. Refer to the definition section for detailed configuration.
****** Example homepage begin ******
<html>
<head>
<title>Example - auto refresh</title>
</head>
<body background="/pic/wallppr.jpg">
<p align=left>
<font size="7" face="Comic Sans MS" color="#FF0000">
DDK-3000 Video Encoder Demo
</font>
</p>
<p align=left>
<!-- Begin of scripts to auto refresh the image. Change the IP address in
the image URL and refreshrate if necessary. //-->
<script language=javascript>
var image="http://192.168.0.203/cgi-bin/video.jpg"; //IMAGE URL
var refreshrate=5; //SECONDS BETWEEN REFRESH
var imgwidth=352; //IMAGE WIDTH
var imgheight=240; //IMAGE HEIGHT (NTSC:240; PAL:288)
function refresh(){
document.images["pic"].src=image+"?"+new Date();
setTimeout('refresh()', refreshrate*1000);}
document.write('<img src="'+image+'" height="'+im'"
width="'+i'" name="pic">');
if(document.images)window.onload=refresh;
</script>
<!-- End of scripts to auto refresh the image. //-->
</p>
</body>
</html>****** Example homepage end ******
Summary of Contents for DDK3000
Page 1: ......