How can I archive WebcamSat feeds ?
WebcamSat Version 2.0 has archiving support built in, where capture is scheduled and saved to an AVI file. You can capture and archive individual frames from any feed – the syntax in Linux is: shell_exec(“wget –ignore-length -O /var/wcs/folder1/frame.jpg http://www.blah.com:8888/1.jpeg?frames=1”); where “1.jpeg” is the feed id in this example. In addition, with WebcamSat Version 2.0, we’ve added an archiving module to automate this process.