mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-12 09:00:08 +08:00
Using a default alprd.conf file with an override in /etc/openalpr/alprd.conf
This commit is contained in:
@@ -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
4
config/alprd.conf.user
Normal file
@@ -0,0 +1,4 @@
|
||||
; This configuration file overrides the default values specified
|
||||
; in ${CMAKE_INSTALL_PREFIX}/share/openalpr/config/alprd.defaults.conf
|
||||
[daemon]
|
||||
|
Reference in New Issue
Block a user