admin
2025-04-25 8a39c933fc3235d868545d28376af251da85c686
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
  "ipcs": {
    "coalCode": "1",
    "warningFilePath": "/home/zzj/video",
    "redispath": "127.0.0.1",
    "redisport": "6379",
    "redispass": "",
    "mysqlpath": "192.168.1.197",
    "mysqlport": "3306",
    "mysqluser": "admin",
    "mysqlpass": "zkyc13579",
    "rabbitpath": "192.168.1.197",
    "rabbitport": "5672",
    "rabbituser": "admin",
    "rabbitpass": "admin",
    "deley": "1",
    "recordtime": "10",
    "RecIntervalime": "20",
    "ipc": [
      {
        "id": "1",
        "ipccode": "1001",
        "name": "摄像机1",
        "ip": "192.168.8.59",
        //"video": "rtsp://admin:admin@192.168.1.160:554/cam/realmonitor?channel=1&subtype=0",
        "video": "/home/zzj/AIDevelop/video/2.mp4",
        "models": {
          "model": [
            {
              "modelid": "3", //人员识别
              "modelpath": "/home/zzj/AIDevelop/model/person-hat_v1.engine",
              "imagepath": "",
              "name": "区域闯入",
              "type": "013",
              "analysis": "0001",
              "area": "361,0;696,0;960,540;50,872;",
              "limit": "0.0",
              "interval": "100" //录像间隔
            }
            ,
            {
              "modelid": "6", //煤流检测
              "modelpath": "/home/zzj/AIDevelop/model/mljc_v2.engine",
              "imagepath": "",
              "name": "堆煤检测",
              "type": "062",
              "analysis": "0001",
              "area": "175,5;650,5;830,445;70,445;", //皮带区域,相对于外层区域
              "area2": "645,770;1475,770;1475,1220;645,1220;", //外层区域
              "limit": "0.80",
              "interval": "100" //录像间隔
            } 
            ,
            {
              "modelid": "7", //皮带跑偏,大块异物
              "modelpath": "/home/zzj/AIDevelop/model/belt_v1.engine",
              "imagepath": "",
              "name": "皮带跑偏,大块异物",
              "type": "014",
              "analysis": "0001",
              "leftarea": "775,607,900,650,700,1510,487,1460;",
              "rightarea": "1195,640,1307,590,1693,1450,1503,1513;",
              "area": "730,883,1387,870,1577,1353,587,1353;",
              "limit": "0.0",
              "interval": "100" //录像间隔
            }
            ,
            {
              "modelid": "8",
              "modelpath": "/home/zzj/AIDevelop/model/houche.engine",
              "imagepath": "",
              "name": "猴车",
              "type": "013",
              "analysis": "0001",
              "area": "260,460;1000,240;1000,680;260,680;",
              "limit": "0.0",
              "interval": "100"
            }
            ,
            {
              "modelid": "11", //穿戴
              "modelpath": "D:\\AI\\model\\wear1.engine",
              "modelpath2": "D:\\AI\\model\\wear2.engine",
              "imagepath": "",
              "name": "穿戴模型",
              "type": "AI-01",
              "analysis": "0001",
              "area": "30,70;410,70;410,800;30,800;", //检测区域
              "limit": "0.0",
              "interval": "100" //录像间隔
            },
            {
              "modelid": "12",
              "modelpath": "D:\\AI\\model\\fire.engine",
              "imagepath": "",
              "name": "烟火检测",
              "type": "AI-12-01",
              "analysis": "0001",
              "limit": "0.0",
              "interval": "100"
            }
            
          ]
        }
      }
    ]
  }
}