Fix score variable
This commit is contained in:
parent
20c295ad0c
commit
25abe2aafd
|
@ -3551,7 +3551,7 @@ unsigned int Monitor::DetectBlack(const Image &comp_image, Event::StringSet &zon
|
||||||
unsigned int Monitor::DetectMotion( const Image &comp_image, Event::StringSet &zoneSet, unsigned int &score )
|
unsigned int Monitor::DetectMotion( const Image &comp_image, Event::StringSet &zoneSet, unsigned int &score )
|
||||||
{
|
{
|
||||||
bool alarm = false;
|
bool alarm = false;
|
||||||
unsigned int score = 0;
|
score = 0;
|
||||||
|
|
||||||
if ( n_zones <= 0 ) return( alarm );
|
if ( n_zones <= 0 ) return( alarm );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue