admin
2025-04-25 38501ea276d66487f3ff6cce1d3b07824b42abf6
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
{
  "redis":{
      "ip": "127.0.0.1",
      "port": "6379",
      "pwd": ""
  },
  "mysql":{
      "ip": "192.168.1.197",
      "port": "3306",
      "user": "admin",
      "pwd": "zkyc13579",
      "dbname": "jnmy"
  },
  "rabbit":{
      "ip": "192.168.1.197",
      "port": "5672",
      "user": "admin",
      "pwd": "admin"
  },
  "ipcs":{
      "coal_code":"",
      "warning_path": "/home/zzj/video",
      "record_time": "10",
      "restart_time": "21600"
  },
  "label_colors":[
              [ 0, 170, 255 ],
              [ 85, 255, 0 ],
              [ 255, 255, 0 ]
          ],    
  "cameras": [
      {
        "id":"1",
        "code": "1002",
        "name": "摄像机1",
        "video": "rtsp://admin:zkwl13579@192.168.1.162:554/h264/ch1/main/av_stream",
        "skipN":1,
        "push_type": "stream",
        "fps": 15,
        "toRtmp": "rtsp://192.168.1.8:8554/live/camera1",
        "interval": "20",
        "model": [
          {
            "code": "3",
            "path": "/home/zzj/AIDevelop/model/person-hat_v1.engine", 
            "path2": "", 
            "img_path": "",
            "name": "区域闯入",
            "type": ["013","014"],
            "threshold": 0.45,
            "limit": "0.0",
            "color_result": false,
            "point_rects":[
                {
                    "title":"危险区域闯入",
                    "type":"detdetectarea",
                    "points":[
                      {
                          "x":"152",
                          "y":"125"
                      },
                      {
                          "x":"986",
                          "y":"125"
                      },
                      {
                          "x":"986",
                          "y":"680"
                      },
                      {
                          "x":"152",
                          "y":"680"
                      }
                    ]
                }
            ]
          }
        ]
      }
    ]
}