update
This commit is contained in:
0
hik_push/mapping/__init__.py
Normal file
0
hik_push/mapping/__init__.py
Normal file
BIN
hik_push/mapping/__pycache__/__init__.cpython-312.pyc
Normal file
BIN
hik_push/mapping/__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
BIN
hik_push/mapping/__pycache__/device_map.cpython-312.pyc
Normal file
BIN
hik_push/mapping/__pycache__/device_map.cpython-312.pyc
Normal file
Binary file not shown.
BIN
hik_push/mapping/__pycache__/event_map_mapping.cpython-312.pyc
Normal file
BIN
hik_push/mapping/__pycache__/event_map_mapping.cpython-312.pyc
Normal file
Binary file not shown.
15
hik_push/mapping/device_map.py
Normal file
15
hik_push/mapping/device_map.py
Normal file
@ -0,0 +1,15 @@
|
||||
device_map = {
|
||||
"192.168.1.12": "4GB-供油站",
|
||||
"192.168.1.13": "T2变电所",
|
||||
"192.168.1.14": "二厂平台~西",
|
||||
"192.168.1.15": "二厂平台~中o1",
|
||||
"192.168.1.16": "T1变电所",
|
||||
"192.168.1.17": "二厂平台~东",
|
||||
"192.168.1.18": "二厂平台~中o2",
|
||||
"192.168.1.19": "T3变电所",
|
||||
"192.168.1.20": "T11变电所",
|
||||
"192.168.1.21": "4GA-供油站",
|
||||
"192.168.1.22": "T9-变压器",
|
||||
"192.168.1.23": "T6-变压器",
|
||||
"192.168.1.24": "4DB-供油站",
|
||||
}
|
45
hik_push/mapping/event_map_mapping.py
Normal file
45
hik_push/mapping/event_map_mapping.py
Normal file
@ -0,0 +1,45 @@
|
||||
mapping = {
|
||||
131329: '视频丢失',
|
||||
131330: '视频遮挡',
|
||||
131331: '移动侦测',
|
||||
131612: '场景变更',
|
||||
131613: '虚焦',
|
||||
589825: '报警输入',
|
||||
196355: '可视域事件',
|
||||
851969: 'GPS采集',
|
||||
131588: '区域入侵',
|
||||
131585: '越界侦测',
|
||||
131586: '进入区域',
|
||||
131587: '离开区域',
|
||||
131590: '徘徊侦测',
|
||||
131593: '人员聚集',
|
||||
131592: '快速移动',
|
||||
131591: '停车侦测',
|
||||
131594: '物品遗留',
|
||||
131595: '物品拿取',
|
||||
131664: '人数异常',
|
||||
131665: '间距异常',
|
||||
131596: '剧烈运动',
|
||||
131603: '岗位值守',
|
||||
131605: '倒地',
|
||||
131597: '攀高',
|
||||
131666: '人员站立',
|
||||
131609: '防风场滞留',
|
||||
131598: '起身',
|
||||
131599: '人靠近ATM',
|
||||
131600: '操作超时',
|
||||
131601: '贴纸条',
|
||||
131602: '安装读卡器',
|
||||
131604: '尾随',
|
||||
131606: '声强突变',
|
||||
131607: '折线攀高',
|
||||
131611: '折线警戒面',
|
||||
192518: '温差报警',
|
||||
192517: '温度报警',
|
||||
192516: '船只检测',
|
||||
192515: '火点检测',
|
||||
192514: '烟火检测',
|
||||
192513: '烟雾检测',
|
||||
930335: '高空抛物',
|
||||
889196545: '监控点离线',
|
||||
}
|
17
hik_push/mapping/user_map.py
Normal file
17
hik_push/mapping/user_map.py
Normal file
@ -0,0 +1,17 @@
|
||||
user_map = {
|
||||
"192.168.1.12": [
|
||||
|
||||
],
|
||||
"192.168.1.13": [],
|
||||
"192.168.1.14": [],
|
||||
"192.168.1.15": [],
|
||||
"192.168.1.16": [],
|
||||
"192.168.1.17": [],
|
||||
"192.168.1.18": [],
|
||||
"192.168.1.19": [],
|
||||
"192.168.1.20": [],
|
||||
"192.168.1.21": [],
|
||||
"192.168.1.22": [],
|
||||
"192.168.1.23": [],
|
||||
"192.168.1.24": [],
|
||||
}
|
Reference in New Issue
Block a user