Initialize IsDetected

This commit is contained in:
Mr-Dave
2022-04-16 18:26:05 -06:00
parent 390a11e181
commit f8276f37a7

View File

@@ -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);