mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 12:00:52 +08:00
Updated config name
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
[daemon]
|
|
||||||
; Declare each stream on a separate line
|
|
||||||
; each unique stream should be defined as stream = [url]
|
|
||||||
|
|
||||||
stream = http://192.168.1.7:1234/webcam.mjpg
|
|
||||||
;stream = http://www.google.com/video.stream
|
|
||||||
;stream = http://stream2.com/stream
|
|
||||||
|
|
||||||
site_id = watchtower-hq
|
|
||||||
|
|
||||||
;image_folder = /var/www/html/plates/
|
|
||||||
image_folder = /tmp/
|
|
||||||
|
|
||||||
; upload address is the destination to POST to
|
|
||||||
upload_address = http://localhost:9000/alpr/push/
|
|
||||||
|
|
@@ -29,7 +29,7 @@ void dataUploadThread(void* arg);
|
|||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
const std::string DEFAULT_LOG_FILE_PATH="/var/log/openalpr.log";
|
const std::string DEFAULT_LOG_FILE_PATH="/var/log/openalpr.log";
|
||||||
const std::string DAEMON_CONFIG_FILE_PATH="/etc/openalpr/daemon.conf";
|
const std::string DAEMON_CONFIG_FILE_PATH="/etc/openalpr/alprd.conf";
|
||||||
|
|
||||||
const std::string BEANSTALK_QUEUE_HOST="127.0.0.1";
|
const std::string BEANSTALK_QUEUE_HOST="127.0.0.1";
|
||||||
const int BEANSTALK_PORT=11300;
|
const int BEANSTALK_PORT=11300;
|
||||||
|
Reference in New Issue
Block a user