获取热度图配置
GET
https://api2.hik-cloud.com/api/v1/device/isapi/intelligent/personQueueDetection/heatMapConfig
获取热度图配置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api2.hik-cloud.com/api/v1/device/isapi/intelligent/personQueueDetection/heatMapConfig' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "string",
"channelNo": "string"
}'
响应示例响应示例
{
"code": "200",
"message": "操作成功",
"data": {
"enabled": true,
"normalizedScreenSize": {
"normalizedScreenWidth": 1000,
"normalizedScreenHeight": 1000
},
"sensitivityLevel": 50,
"backgroundUpdateRate": 50,
"sceneChangeLevel": 50,
"targetTracking": false,
"minObjectSize": 50,
"heatMapRegionList": {
"heatMapRegion": [
{
"id": 1,
"regionCoordinatesList": {
"regionCoordinatesList": [
{
"positionX": 0,
"positionY": 1000
},
{
"positionX": 1000,
"positionY": 1000
},
{
"positionX": 1000,
"positionY": 0
},
{
"positionX": 0,
"positionY": 0
}
]
}
}
]
}
}
}
请求参数
Header 参数
Authorization
string
可选
默认值:
Bearer {{access_token}}
Body 参数application/json
返回响应
修改于 2022-05-27 05:55:05