mirror of
https://github.com/Motion-Project/motion.git
synced 2026-05-18 11:34:52 -04:00
Initialize IsDetected
This commit is contained in:
@@ -529,6 +529,7 @@ void algsec_init(ctx_cam *cam)
|
||||
|
||||
cam->algsec = new ctx_algsec;
|
||||
|
||||
cam->algsec->isdetected = false;
|
||||
pthread_mutex_init(&cam->algsec->mutex, NULL);
|
||||
|
||||
retcd = algsec_load_params(cam);
|
||||
|
||||
Reference in New Issue
Block a user