Using a default alprd.conf file with an override in /etc/openalpr/alprd.conf

This commit is contained in:
Matt Hill
2016-03-21 16:51:55 -04:00
parent 4504921c14
commit 95a0108bd8
6 changed files with 130 additions and 49 deletions

View File

@@ -1,17 +1,19 @@
[daemon]
; 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, au, auwide, gb, kr, mx, sg
country = us
; text name identifier for this location
site_id = your-unique-sitename
; site_id = your-unique-sitename
; Declare each stream on a separate line
; each unique stream should be defined as stream = [url]
stream = http://127.0.0.1/example_video_stream.mjpeg
;stream = http://127.0.0.1/example_second_stream.mjpeg
;stream = webcam
; Example stream config:
; stream = http://127.0.0.1/example_video_stream.mjpeg
; stream = http://127.0.0.1/example_second_stream.mjpeg
; stream = webcam
; topn is the number of possible plate character variations to report
topn = 10

4
config/alprd.conf.user Normal file
View File

@@ -0,0 +1,4 @@
; This configuration file overrides the default values specified
; in ${CMAKE_INSTALL_PREFIX}/share/openalpr/config/alprd.defaults.conf
[daemon]