Add default for alg sec method

This commit is contained in:
Mr-Dave
2024-08-17 17:55:17 -06:00
parent 2025d085b8
commit 61c3f453dd

View File

@@ -720,6 +720,7 @@ cls_algsec::cls_algsec(cls_camera *p_cam)
handler_stop = true;
image_norm = nullptr;
params = nullptr;
method = "none";
handler_startup();
#else
(void)p_cam;