Vehicle_Road_Counter/config/config.json

35 lines
1013 B
JSON

{
"alarm_rules_path": "alarms.json",
"config_base_path": "/app/config/",
"data_cache_db_path": "edge_data_cache.db",
"data_storage_db_path": "edge_proxy_data.db",
"db_database": "smart-car-dev",
"db_host": "127.0.0.1",
"db_pwd": "forlinx",
"db_user": "forlinx",
"device_id": "rk3588-proxy-002",
"log_level": "info",
"mqtt_broker": "tcp://localhost:1883",
"mqtt_client_id_prefix": "vehicle-road-counter-",
"piper_executable_path": "/usr/bin/piper",
"piper_model_path": "/app/models/model.onnx",
"tcp_server_ports": [
12345
],
"tripwire": {
"enable": true,
"line": {
"p1": {
"x": 0.2556999921798706,
"y": 0.848800003528595
},
"p2": {
"x": 0.6531999707221985,
"y": 0.8278999924659729
}
},
"name": "Main_Gate_Line"
},
"video_config_path": "video_config.json",
"web_server_port": 8080
}