Allows filters of 1 or less size.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1083 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
a38d4e5bfc
commit
a7e0fcef41
|
@ -192,6 +192,10 @@ bool Zone::CheckAlarms( const Image *delta_image )
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
alarm_filter_pixels = alarm_pixels;
|
||||
}
|
||||
if ( record_diag_images )
|
||||
{
|
||||
static char diag_path[PATH_MAX] = "";
|
||||
|
|
Loading…
Reference in New Issue