Set
Function
This API is used to set parameter for AI > Setup > Crowd Density Detection page.
Request Message
See AI > Setup > Crowd Density Detection > Range > Parameter Description > Table 2for parameter description.
Sample:
POST /API/AI/Setup/CD/Set
HTTP/1.1
{
"version": "1.0",
"data": {
"channel_info": {"CH1": {
"status": "Online",
"switch": true,
"sensitivity": 2,
"max_pixel": 640,
"min_pixel": 32,
"max_detection_num": 50,
"detection_range": "Customize",
"rule_info": {"rule_number1": {
"rule_switch": true,
"rule_rect": {
"x1": 30,
"y1": 175,
"x2": 240,
"y2": 30,
"x3": 465,
"y3": 30,
"x4": 675,
"y4": 175,
"x5": 675,
"y5": 400,
"x6": 465,
"y6": 545,
"x7": 240,
"y7": 545,
"x8": 30,
"y8": 400
},
"rule_number": "rule_number1"
}},
"chn_index": "CH1",
"page": "chn_ai_cd",
"rule": {
"rule_switch": true,
"rule_rect": {
"x1": 30,
"y1": 175,
"x2": 240,
"y2": 30,
"x3": 465,
"y3": 30,
"x4": 675,
"y4": 175,
"x5": 675,
"y5": 400,
"x6": 465,
"y6": 545,
"x7": 240,
"y7": 545,
"x8": 30,
"y8": 400
},
"rule_number": "rule_number1"
}
}},
"page_type": "ChannelConfig"
}
}
Response Message
none.
Sample:
HTTP/1.1 200 OK
Content-Type: application/json
{
"result":"success",
"data":{}
}
Error Code
See Response Messages Body and Common error_code for more information.