You are here: Shareware Download > Multimedia & Design > Video > Cam Wizard
Cam Wizard 7.12 Cam Wizard detects motion and then saves as WMV video
CAM Wizard - The BEST DIY CCTV Solution.
 
CAM WIZARD
GUIDE
The main window
Fullscreen mode
Multi cam system
The system tray icons
Keyboard Shortcuts
The status icons
The Setup Screen
Setup: H/W devices
Setup: Motion detect
Setup: Time Schedule
Setup: Video Capture
Setup: Email setup
Setup: FTP client
Setup: HTTP server
Setup: Disk manager
No video troubleshooting
Setup: BUY NOW
 
Awards
 
 
Guarantee
 
 
Testimonials:
 
"I would just like to say that CAM Wizard is a fantastic piece of Kit!"
Adam Robson
 
"What a great piece of software, the timeslide feature is superb for such a reasonably priced system, keep up the good work Ledset! All the best"
Adrian T (UK)
 
"Your application is awesome, and the customer service is even better! Having tried various other security cam software solutions I can say without a doubt yours is the best and most stable by far. Well done and keep up the good work, I'm sure CAM Wizard will be very succesful, I've told all my friends about it!"
Mark J
 
"Thankyou for you prompt reply!...... Very impressed with your efficient support service!"
Michael H
 
"After using the free demo for over a week, I'm more than happy with the stability and consistency of CAM Wizard when compared to the other shareware solutions for cam software with motion detect, that's why I've just registered. I'm very pleased with my purchase. Just one question though: could you incorporate a SMTP server into CAM Wizard? My ISP uses SMTP authentication which CAM Wizard can't work with!"
Paul T (USA)
 
Contact US
 

Question:

I use the FTP option to upload live images from multile cameras to my webspace, is there any easy way that I can have my webpages show these cameras as live images?

Answer:

Yes, there is a way to do this:

  1. Copy the code between the two horizontal lines below into an empty notepad window.

  2. Change the image filenames in the code (shown in red below) to suit your FTP image filepath.
    e.g. change t o:
    "http://www.mysite.com/ftp-folder/image1.jpg"
    "http://www.mysite.com/ftp-folder/image2.jpg"
    etc.

  3. Save the notepad text as a HTM file named whatever you like, e.g. "camviewer.htm" .

  4. Upload the HTM file to your webspace using FTP or your webspace management pages online. You can place the page wherever you want.

  5. Now you can view the page by simply typing its URL (web address) into any web browser.
    e.g. "www.mysite.com/camviewer.htm"

<!--------------------------------------------------->
<!-- 4 CAM VIEWER FOR CAM WIZARD (WWW.CWZD.COM)    -->
<!-- HERES THE JAVASCRIPT THAT REFRESHES THE IMAGE -->
<!--                                               -->
<!--      CREATED BY www.LEDSET.com Software       -->
<!--------------------------------------------------->
<script language="JavaScript" type="text/JavaScript">
var Mutex = 0;
function loadImage()
{
    if(Mutex == 0)
    {
        Mutex = 1;
        var tag = "?t=";
        tag += (new Date()).getTime();
        document.images.IMAGEX.src = ImageSource + tag;
        setTimeout('loadImage()',1000);
        Mutex = 0;
    }
}
function setCam(imageSource)
{
    ImageSource = imageSource;
}

<!-- INITIALISE SCRIPT TO DEFAULT TO CAM1 -->
setCam( 'http://www.myspace.com/ftp_dir/image1.jpg' );
setTimeout('loadImage()',1000);

</script><!-- SETUP PAGE STYLE CSS -->
<style type="text/css">
<!--
body,td,th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 12px;
}
-->
</style>
<div align="center">

<!-- HERES WHAT HAPPENS WHEN NO JAVASCRIPT IS ENABLED -->
<noscript>
Please Enable JavaScript to see the live feed update automatically! <br>
</noscript>

<!-- HERES THE IMAGE PLACED ON THE WEBPAGE -->
<img src= 'http://www.myspace.com/ftp_dir/image1.jpg' name="IMAGEX" id="IMAGEX">
<br>
<br>

<!-- HERES THE CAM SELECTION LINKS ON THE WEBPAGE -->
<a href="javascript:setCam( 'http://www.myspace.com/ftp_dir/image1.jpg' )">Cam&nbsp;1</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="javascript:setCam( 'http://www.myspace.com/ftp_dir/image2.jpg' )">Cam&nbsp;2</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="javascript:setCam( 'http://www.myspace.com/ftp_dir/image3.jpg' )">Cam&nbsp;3</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="javascript:setCam( 'http://www.myspace.com/ftp_dir/image4.jpg' )">Cam&nbsp;4</a>
<br>
<br>

<!-- HERES A LINK TO CAM WIZARDS HOMEPAGE -->
Live feed created with
<a href="http://www.CWZD.com"> CAM &nbsp; Wizard </a>
</div>

<!-- END OF VIEWER PAGE  -->

 
  Cam Wizard enables you to turn your web cam into a motion detection system, that can capture video.
 
 

shareware download
  SHAREWARE SHOP DVD RIPPER DVD CONVERTER SOLITAIRE GAME  
COPYRIGHT © 2001-2007 SHAREWARE DOWNLOAD. ALL RIGHTS RESERVED.
Website design