Fix ALPR pipeline. Ready for production

This commit is contained in:
2026-04-05 11:55:37 +10:00
parent db089c3697
commit f7cef5015a
14 changed files with 331 additions and 22 deletions

View File

@@ -50,7 +50,7 @@ namespace ANSCENTER {
_licenseValid = false;
CheckLicense();
int frame_rate = 30;
int frame_rate = 10;
int track_buffer = 30;
float track_thresh = 0.25;
float track_highthres = 0.25;