2025-10-01 15:39:43 +03:00
{
2026-01-28 02:10:29 +03:00
"label" : "License Plate Recognition" ,
"description" : "License plate recognition settings including detection thresholds, formatting, and known plates." ,
2026-01-23 18:55:56 +03:00
"enabled" : {
2026-01-29 18:43:43 +03:00
"label" : "Enable LPR" ,
2026-01-24 17:54:56 +03:00
"description" : "Enable or disable LPR globally; camera-level settings can override."
2026-01-23 18:55:56 +03:00
} ,
"model_size" : {
2026-01-29 18:43:43 +03:00
"label" : "Model size" ,
2026-01-24 17:54:56 +03:00
"description" : "Model size used for text detection/recognition; small runs on CPU, large on GPU."
2026-01-23 18:55:56 +03:00
} ,
"detection_threshold" : {
2026-01-29 18:43:43 +03:00
"label" : "Detection threshold" ,
2026-01-24 17:54:56 +03:00
"description" : "Detection confidence threshold to begin running OCR on a suspected plate."
2026-01-23 18:55:56 +03:00
} ,
"min_area" : {
2026-01-29 18:43:43 +03:00
"label" : "Minimum plate area" ,
2026-01-24 17:54:56 +03:00
"description" : "Minimum plate area (pixels) required to attempt recognition."
2026-01-23 18:55:56 +03:00
} ,
"recognition_threshold" : {
2026-01-29 18:43:43 +03:00
"label" : "Recognition threshold" ,
2026-01-24 17:54:56 +03:00
"description" : "Confidence threshold required for recognized plate text to be attached as a sub-label."
2026-01-23 18:55:56 +03:00
} ,
"min_plate_length" : {
2026-01-29 18:43:43 +03:00
"label" : "Min plate length" ,
2026-01-24 17:54:56 +03:00
"description" : "Minimum number of characters a recognized plate must contain to be considered valid."
2026-01-23 18:55:56 +03:00
} ,
"format" : {
2026-01-29 18:43:43 +03:00
"label" : "Plate format regex" ,
2026-01-24 17:54:56 +03:00
"description" : "Optional regex to validate recognized plate strings against an expected format."
2026-01-23 18:55:56 +03:00
} ,
"match_distance" : {
2026-01-29 18:43:43 +03:00
"label" : "Match distance" ,
2026-01-24 17:54:56 +03:00
"description" : "Number of character mismatches allowed when comparing detected plates to known plates."
2026-01-23 18:55:56 +03:00
} ,
"known_plates" : {
2026-01-29 18:43:43 +03:00
"label" : "Known plates" ,
2026-01-24 17:54:56 +03:00
"description" : "List of plates or regexes to specially track or alert on."
2026-01-23 18:55:56 +03:00
} ,
"enhancement" : {
2026-01-29 18:43:43 +03:00
"label" : "Enhancement level" ,
"description" : "Enhancement level (0-10) to apply to plate crops prior to OCR; higher values may not always improve results, levels above 5 may only work with night time plates and should be used with caution."
2026-01-23 18:55:56 +03:00
} ,
"debug_save_plates" : {
2026-01-29 18:43:43 +03:00
"label" : "Save debug plates" ,
2026-01-24 17:54:56 +03:00
"description" : "Save plate crop images for debugging LPR performance."
2026-01-23 18:55:56 +03:00
} ,
"device" : {
2026-01-29 18:43:43 +03:00
"label" : "Device" ,
2026-01-23 18:55:56 +03:00
"description" : "This is an override, to target a specific device. See https://onnxruntime.ai/docs/execution-providers/ for more information"
} ,
2026-01-29 18:43:43 +03:00
"replace_rules" : {
"label" : "Replacement rules" ,
"description" : "Regex replacement rules used to normalize detected plate strings before matching." ,
"pattern" : {
"label" : "Regex pattern"
} ,
"replacement" : {
"label" : "Replacement string"
}
} ,
2026-01-28 19:38:45 +03:00
"expire_time" : {
2026-01-29 18:43:43 +03:00
"label" : "Expire seconds" ,
2026-01-28 19:38:45 +03:00
"description" : "Time in seconds after which an unseen plate is expired from the tracker (for dedicated LPR cameras only)."
2025-10-01 15:39:43 +03:00
}
2026-01-24 17:54:56 +03:00
}