length
width
midPointX
midPointY
lengthX
lengthY
等参数需要全部设置才会生效。{
"deviceId": "{{DeviceID}}",
"platformId": "{{PlatformID}}",
"targetTrack": "Auto",
"deviceId2": "{{DeviceID}}",
"length": 48,
"width": 19,
"midPointX": 89,
"midPointY": 53,
"lengthX": 44,
"lengthY": 29
}
curl --location --request POST 'http://192.168.56.7:18082/vic/v1/ptz/targetTrack' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "42020101001320000001",
"platformId": "42020100002000000001",
"targetTrack": "Auto",
"deviceId2": "42020101001320000001",
"length": 48,
"width": 19,
"midPointX": 89,
"midPointY": 53,
"lengthX": 44,
"lengthY": 29
}'
{
"code": 0,
"message": "success"
}