Page 1 of 1

Take automated snapshots on regular intervals

Posted: Sun Feb 15, 2004 10:03 pm
by pchan
*Take automated snapshots on regular intervals
Taking snapshots at 1/min and making that into a mpg allows me to screen the whole day in a "fast forward" mode. I can then quickly screen the a full day and delete events a full day at a time without having to watch them.

* Use ffmpegs libavcodec to encode mpeg movies in realtime
This would be nice to have after a motion has been detected

Re: Take automated snapshots on regular intervals

Posted: Mon Feb 16, 2004 12:19 pm
by fernando
you can set a camera to record at 0.006 fps i think..

Re: Take automated snapshots on regular intervals

Posted: Wed Feb 18, 2004 5:33 pm
by pchan
This might work, but as I understand it, I would have to create another monitor event and set it to "record" with the max fps at 0.006. Doing this would require ZM to spawn another zmc process thereby eating up more unnecessary resources. It would be much more efficient for the existing zmc process to just save a snapshot every X time interval instead of requiring another process.

Re: Take automated snapshots on regular intervals

Posted: Wed Feb 18, 2004 9:40 pm
by zoneminder
If you put your monitor into Record or Mocord mode you can set the 'frame skip' parameter to say 240 (for a 4fps) camera which will only actually record every minute (4fps x 60seconds = 240) or so. Unfortunately that's as near as you get at the moment.

Phil,