I am posting my x10 cams to a webpage with a java script that allows the pics to refresh at timed intervals. (Currently set to 10 seconds) I would like to streamline the process though. Right now I have one PC running multiview just to switch between 3 cams. on another PC I am using another wireless receiver on the same channel that captures 1 pic (.jpg) every 10 seconds (1 pic each time one cam cycles off and the next one cycles on) using a program called Fwink (I believe that this is freeware) It uploads this to a webpage. when the page is viewed, the java script in the web page code refreshes the pic also at a 10 second interval, so every 10 seconds the webpage automatically views the next cam. The only problem with this is that I am using 2 PC's (not counting the server) 2, X10 wireless receivers, and 2, X10 USB video capture adapters. This works great, but if anyone knows of a way that I can cycle power to the x10 cams without the added use of another computer I would really appriceate it! I would be more than happy to share the code if anyone wants to message me I will email the link (if you view source you can see the code)
I do this for a friend's vacation home. I don't update as quickly as you do, and I don't have many tricks on the webpage, but it works well and reliably. (firewalls can suck though)
I let Multiview save its images normally at 30 second intervals, switching between four cameras. I then have a simple .bat script do the following:
- copy the images from Multiview's "c:\My Images" directory to a staging directory ( c:\staging )
- rename the images in the staging directory (from the long gobledygook names to "Camera_One.jpg, Camera_Two.jpg, etc)
- push them via FTP to a website.
- Once that's done the original images that are captured are moved to a storage drive,
- Multiview's image directory is cleaned out and ready for the next batch of images.
I schedule the .bat file to fire off every couple of minutes via windows task scheduler.
I also have another script to upload the .jpg files to an "Images" directory on the same website so you can see a backlog of images, and not just the near-live images on the main page. It also uses the handy NameDate.exe utility (freeware) to modify the filename to reflect the date and time. That one fires off every 20 min.
I'll send you the link and the simple .bat scripts I used if you're interested. I'd love to see the source of your website. E-mail me offline at jthet2005@hotmail.com if you're interested!
Vic