mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-18 11:35:15 -04:00
Allows filters of 1 or less size.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1083 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
@@ -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] = "";
|
||||
|
||||
Reference in New Issue
Block a user