mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 18:22:48 +08:00
Updated alprd.conf
This commit is contained in:
@@ -6,17 +6,17 @@
|
|||||||
country = us
|
country = us
|
||||||
|
|
||||||
; text name identifier for this location
|
; text name identifier for this location
|
||||||
site_id = site-name
|
site_id = your-unique-sitename
|
||||||
|
|
||||||
; 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/videostream.mjpeg
|
stream = http://127.0.0.1/example_video_stream.mjpeg
|
||||||
;stream = http://stream2.com/stream
|
;stream = http://127.0.0.1/example_second_stream.mjpeg
|
||||||
|
|
||||||
|
|
||||||
; topn is the number of possible plate character variations to report
|
; topn is the number of possible plate character variations to report
|
||||||
topn = 20
|
topn = 10
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user