You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.8 KiB

3 years ago
{
"EC_App": {
//================== ϵͳҪ ====================================== -->
//ͻ˱ Ψһݱʶ
3 years ago
"AppId": "Video001",
//
3 years ago
"SoftName": "YDFK",
//ȫ
"SoftFullName": "Ҫ�ط���ϵͳ-��Ƶ���",
//
3 years ago
"SoftVersion": "V1.0.0",
//ԶرԤ
"AutoWarningClose": 1,//ԤԶر
"VideoAIDetection": 0, //ƵAI
3 years ago
"WebSocketSvrPort": 5003,
"APIServer": "http://192.168.1.200:8080/military/videoRecorder/qryCameraList",
"MainBarButtonSelectedIndex": 1, // ѡʼͼ 01,14, 29
3 years ago
"AIInputPath": "F:/TestImage/imgs/",
"AIOutPath": "F:/TestImage/outs/"
},
"ZMQ": {
"SUBServer": "tcp://192.168.1.182:5000", //ͨZMQ SUBϢĵַ
"PUBServer": "tcp://192.168.1.182:5001", //ͨZMQ PUB Ϣַ
"AISvrServer": "tcp://127.0.0.1:5002", // ҪAI ͼƬbyte[] ZMQ REQ-> REP ַ
"SUBImageServer": "tcp://192.168.1.182:5000", //SUB ͼƬ byte[] ĵַ ֿԭ ͼƬ
"DBSvrServer": "tcp://127.0.0.1:5010", // ݿӿ ZMQ REQ-> REP ַ
3 years ago
"SUBTopic": "Topic,A",
"Top": "Topic,A"
},
"DB_Default": {
"DBName": "CameraInfo",
//"ConnectionType": "MySql",
//"ConnectionString": "Data Source=;Initial Catalog={0};User ID=root;Password="
"ConnectionType": "SQLite",
"ConnectionString": "Data Source=db/CameraInfo.db"
},
"AI": {
}
}