I have been using Zoneminder for a few months now and am very happy with it, although I experiencing an annoying issue:
I am running 1.29 on Ubuntu 15.10 on the following PC:
Code: Select all
cpu:
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 1600 MHz
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 1600 MHz
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 1600 MHz
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2400 MHz
graphics card:
Intel 82G33/G31 Express Integrated Graphics Controller
I have two cameras which are recording @ 720p and 5fps on Mocord.
The load reading at the top of the index page is generally between 0.2 and 0.8 and is very stable.
I am using the PurgeWhenFullFilter which runs when the disk gets to 95% full and deletes the oldest 30 events. When the deletion is happening, the load goes to about 2.2 and causes bufer overruns, causing the events to stop and a new event to be created. This is the error I get:
Code: Select all
2016-05-16 19:26:04.508192 zmc_m8 15704 WAR Buffer overrun at index 20, image 1662520, slow down capture, speed up analysis or increase ring buffer size zm_monitor.cpp 3100
I currently have OPT_FAST_DELETE set to off, however, when I had it switched on, the behaviour above would happen when zmaudit was doing it's clean up.
One camera has a zone which is the whole view and the other camera has a small zone.
I am wondering what I can do to prevent this from happening?
Can anyone help?