Added additional comment about preventing alarms from updating images.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@463 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
1318127ba6
commit
d8c764fd41
|
@ -237,7 +237,7 @@ my @options =
|
||||||
name => "ZM_BLEND_ALARMED_IMAGES",
|
name => "ZM_BLEND_ALARMED_IMAGES",
|
||||||
default => "yes",
|
default => "yes",
|
||||||
description => "Whether alarmed images are blended to update the reference image",
|
description => "Whether alarmed images are blended to update the reference image",
|
||||||
help => "To detect alarms ZoneMinder compares an image with a reference image which is formed from a composite of the previous images. This option determines whether images that cause events are included in this process. Doing so may increase the precision of the alarmed region but can cause problems if wholescale lighting changes cause alarms as this would not get fed back into the image.",
|
help => "To detect alarms ZoneMinder compares an image with a reference image which is formed from a composite of the previous images. This option determines whether images that cause events are included in this process. Doing so may increase the precision of the alarmed region but can cause problems if wholescale lighting changes cause alarms as this would not get fed back into the image and an alarm may persist indefinately. A better way to achive the same effect in most cases is to lower substantially the reference blend persentage in specific monitors..",
|
||||||
type => $types{boolean},
|
type => $types{boolean},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue