1. 人数统计告警记录

1.1. 出入口计数数据

字段 字段类型 是否必须 备注
uuid string 必须 uuid
devicePointUuid string 必须 分析源(组)uuid
devicePointName string 必须 分析源(组)名称
devicePointType int 必须 分析源类型:0-分析源,1-分析源组
enterPersonNumber long 非必须 进入人数数量
leavePersonNumber long 非必须 离开人数数量
retentionPersonNumber long 非必须 滞留人数数量
recognitionTime long 必须 识别时间戳
dataType int 非必须 6001:滞留超员;6002:人数过密;6004:人数密度;6003:出入口计数;
zoneUuid string 非必须 区域uuid
zoneName string 非必须 区域名称

示例:

{
    "devicePointType":0,
    "leavePersonNumber":0,
    "devicePointUuid":"9fb9ad4f607f4c098113c4000ad7ae79",
    "enterPersonNumber":1,
    "recognitionTime":1681891847264,
    "devicePointName":"算力引擎1-通道7",
    "dataType":6003,
    "zoneUuid":"0",
    "zoneName":"默认区域",
    "uuid":"8fc92f53bac64fcdac8117b675c13e5e",
    "retentionPersonNumber":1
}

1.2. 密度数据

字段 字段类型 是否必须 备注
devicePointUuid string 必须 分析源uuid
devicePointName string 必须 分析源名称
personNumber long 非必须 人数
fullUri string 非必须 全景图地址
snapshotUri string 非必须 抓拍图地址
areaId int 非必须 区域id
recognitionTime long 必须 识别时间戳
dataType int 非必须 6001:滞留超员;6002:人数过密;6004:人数密度;6003:出入口计数;
zoneUuid string 非必须 区域uuid
zoneName string 非必须 区域名称

示例:

{
    "devicePointUuid":"9fb9ad4f607f4c098113c4000ad7ae79",
    "areaId":1,
    "recognitionTime":1681891851750,
    "devicePointName":"算力引擎1-通道7",
    "dataType":6004,
    "zoneUuid":"0",
    "zoneName":"默认区域",
    "snapshotUri":"Z3NwOi8vbWVnY29ubmVjdC1hbGFybS1jYXA=-fd80af87f3da4d50b8e8.jpg",
    "fullUri":"Z3NwOi8vbWVnY29ubmVjdC1hbGFybS1mdWxs-6707446991c34c3794cb.jpg",
    "personNumber":1
}

1.3. 滞留超员数据

字段 字段类型 是否必须 备注
devicePointUuid string 必须 分析源uuid
devicePointName string 必须 分析源名称
devicePointType int 必须 分析源类型:0-分析源,1-分析源组
personNumber long 非必须 人数
fullUri string 非必须 抓拍图地址
areaId int 非必须 区域id
recognitionTime long 必须 识别时间戳
dataType int 非必须 6001:滞留超员;6002:人数过密;6004:人数密度;6003:出入口计数;
zoneUuid string 非必须 区域uuid
zoneName string 非必须 区域名称
uuid string 非必须 记录uuid
{
    "devicePointType":0,
    "devicePointUuid":"9fb9ad4f607f4c098113c4000ad7ae79",
    "recognitionTime":1681892240160,
    "dataType":6001,
    "zoneUuid":"0",
    "personNumber":2554,
    "uuid":"d53dfb5e443242c8b8a9a59adba5b1e9",
    "areaId":1,
    "devicePointName":"算力引擎1-通道7",
    "zoneName":"默认区域"
}

1.4. 人员过密数据

字段 字段类型 是否必须 备注
devicePointUuid string 必须 分析源uuid
devicePointName string 必须 分析源名称
devicePointType int 必须 分析源类型:0-分析源,1-分析源组;密度只有分析源
personNumber long 非必须 人数
fullUri string 非必须 全局图地址
snapshotUri string 非必须 抓拍图地址
areaId int 非必须 区域id
recognitionTime long 必须 识别时间戳
dataType int 非必须 6001:滞留超员;6002:人数过密;6004:人数密度;6003:出入口计数;
zoneUuid string 非必须 区域uuid
zoneName string 非必须 区域名称
uuid string 非必须 记录uuid
{
    "devicePointType":0,
    "devicePointUuid":"9fb9ad4f607f4c098113c4000ad7ae79",
    "recognitionTime":1681896753926,
    "dataType":6002,
    "zoneUuid":"0",
    "personNumber":17,
    "uuid":"f8e71692987b4c43be0fdaab62c79c5c",
    "areaId":-1,
    "devicePointName":"算力引擎1-通道7",
    "zoneName":"默认区域",
    "fullUri":"Z3NwOi8vbWVnY29ubmVjdC1hbGFybS1mdWxs-ea260a5335f24c93a724.jpg",
    "snapshotUri":"Z3NwOi8vbWVnY29ubmVjdC1hbGFybS1jYXA=-f5bb6eca04b448379f6d.jpg"
}

results matching ""

    No results matching ""