It's hard to explain, but previously there seemed to be a slight delay between live and the video stream recording, so when I got a notification in zmtrigger.pl to create an event, the event tended to start just before the motion, and ended 3 seconds after the motion because of the on+3 in the trigger.
After the upgrade, it seems like the video stream is so much more realtime that by the time I get the trigger the motion is already in progress. Is there anything that would cause this between versions? Would it be possible to add a little of this delay back?
Thanks,
Matt
Upgrade from 1.23 to 1.36 changes the delay with zmtrigger.pl
Re: Upgrade from 1.23 to 1.36 changes the delay with zmtrigger.pl
Look under: Source|Buffers|Pre Event Frame Count for the camera in question.
This is the number of frames ZM stores for when there is an event. When there is an event it writes the buffer and the current frames until the event ends and the Post Event Image Count has been satisfied.
This is the number of frames ZM stores for when there is an event. When there is an event it writes the buffer and the current frames until the event ends and the Post Event Image Count has been satisfied.
Andy
o||||o
Ubuntu 22.04
ZM 1.36.33
E5-1650-v4 Xeon
16 GB RAM
6 cameras -> 54 FPS modect
o||||o
Ubuntu 22.04
ZM 1.36.33
E5-1650-v4 Xeon
16 GB RAM
6 cameras -> 54 FPS modect
Re: Upgrade from 1.23 to 1.36 changes the delay with zmtrigger.pl
Thanks! Really appreciated.