Webpage Uploads
To Start Webpage Uploads click the fourth item on the tool bar or select Webpage Mode from the Detection menu. The system will now upload an image every x seconds (configurable in the options) to where you have selected. Webpage uploads will take place whether Motion Detection has been started or not.
An example HTML file that can be used to display the image. Simply insert the filename and interval in seconds.
<html>
<head>
<META HTTP-EQUIV="REFRESH" CONTENT="interval in seconds that the page will automatically refresh"
</head>
<body>
<a href="http://www.crime-catcher.com"><img src="name of your file.jpg" alt="Crime Catcher uploaded image"></a>
</body>
</html>