mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 15:56:57 +08:00
Added comments to alprd config file
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
[daemon]
|
[daemon]
|
||||||
|
|
||||||
|
; country determines the training dataset used for recognizing plates. Valid values are: us, eu
|
||||||
country = us
|
country = us
|
||||||
|
|
||||||
; topn is the number of possible plate character variations to report
|
; topn is the number of possible plate character variations to report
|
||||||
@@ -13,8 +14,10 @@ topn = 20
|
|||||||
;stream = http://www.google.com/video.stream
|
;stream = http://www.google.com/video.stream
|
||||||
;stream = http://stream2.com/stream
|
;stream = http://stream2.com/stream
|
||||||
|
|
||||||
|
; text name identifier for this location
|
||||||
site_id = site-name
|
site_id = site-name
|
||||||
|
|
||||||
|
; Determines whether images that contain plates should be stored to disk
|
||||||
store_plates = 0
|
store_plates = 0
|
||||||
store_plates_location = /var/www/html/plates/
|
store_plates_location = /var/www/html/plates/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user