mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 01:56:53 +08:00
Updated default config
This commit is contained in:
@@ -5,17 +5,21 @@
|
|||||||
; country determines the training dataset used for recognizing plates. Valid values are: us, eu
|
; 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
|
; text name identifier for this location
|
||||||
topn = 20
|
site_id = site-name
|
||||||
|
|
||||||
; Declare each stream on a separate line
|
; Declare each stream on a separate line
|
||||||
; each unique stream should be defined as stream = [url]
|
; each unique stream should be defined as stream = [url]
|
||||||
|
|
||||||
;stream = http://www.google.com/video.stream
|
;stream = http://www.google.com/videostream.mjpeg
|
||||||
;stream = http://stream2.com/stream
|
;stream = http://stream2.com/stream
|
||||||
|
|
||||||
; text name identifier for this location
|
|
||||||
site_id = site-name
|
; topn is the number of possible plate character variations to report
|
||||||
|
topn = 20
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
; Determines whether images that contain plates should be stored to disk
|
; Determines whether images that contain plates should be stored to disk
|
||||||
store_plates = 0
|
store_plates = 0
|
||||||
@@ -23,5 +27,5 @@ store_plates_location = /var/lib/openalpr/plateimages/
|
|||||||
|
|
||||||
; upload address is the destination to POST to
|
; upload address is the destination to POST to
|
||||||
upload_data = 0
|
upload_data = 0
|
||||||
upload_address = http://localhost:9000/alpr/push/
|
upload_address = http://localhost:9000/push/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user