Hi
I'm looking into using ZM for capturing images of a building project over a long period (9months) and capturing images at a rate of one per 5 or 10 minutes. Also I would like to save them into a single folder or perhaps a monthly folder?
I know this seems a strange way to use ZM but is there any suggestions of settings I could make to do this, please. I have been through the control panels and as much of these forums as possilbe.
- I really don't want to use webcam32.
Thanks
Dave
Slowing the capture rate down a lot.
slow framerate
look at post
neat trick: one source to two monitors from seanadams
basically what he suggests is to set the framerate of the camera in record mode to something like 0.01 (under Tab Misc by Monitor Source).
Not sure if it will accept something like 0.00001 to achieve 5 minute intervals
I have experimented with using the linux cron deamon to switch between camera stati
(zmpkg.pl (predifined status)) but i wonder wether switching every 10 minutes will cause ZM to crash
neat trick: one source to two monitors from seanadams
basically what he suggests is to set the framerate of the camera in record mode to something like 0.01 (under Tab Misc by Monitor Source).
Not sure if it will accept something like 0.00001 to achieve 5 minute intervals
I have experimented with using the linux cron deamon to switch between camera stati
(zmpkg.pl (predifined status)) but i wonder wether switching every 10 minutes will cause ZM to crash
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
Hi Dave,
In theory you should be able to do this by setting an appropriately low maximum frame rate and an appropriately high section length in record mode. However in practical terms I'm not sure if the precision in the database is sufficient for this degree of time lapse.
I suspect if you changed the MaxFPS column in the Monitors table from decimal(5,2) to perhaps decimal(8,5) you might find it works. I'll probably try and change this for the next release anyway if I get chance to test it.
Phil,
In theory you should be able to do this by setting an appropriately low maximum frame rate and an appropriately high section length in record mode. However in practical terms I'm not sure if the precision in the database is sufficient for this degree of time lapse.
I suspect if you changed the MaxFPS column in the Monitors table from decimal(5,2) to perhaps decimal(8,5) you might find it works. I'll probably try and change this for the next release anyway if I get chance to test it.
Phil,
- lazyleopard
- Posts: 403
- Joined: Tue Mar 02, 2004 6:12 pm
- Location: Gloucestershire, UK
You might just want to write a quick shell script
in the case of an axis network camera
just wget http://ip/axis-cgi/jpg/image.cgi
then get a date/time string and append that to the file name
then just cron that script ever five minutes.
I am doing that for some thing like what you want to do.
in the case of an axis network camera
just wget http://ip/axis-cgi/jpg/image.cgi
then get a date/time string and append that to the file name
then just cron that script ever five minutes.
I am doing that for some thing like what you want to do.