恢复到3D定位操作前的初始位置
{
"rtspUrl": "string",
"port": 0,
"channel": 0,
"startX": 0,
"startY": 0,
"endX": 0,
"endY": 0,
"zoom": 0
}curl --location '/manage/api/v1/camera/ptz3d/restore' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"rtspUrl": "string",
"port": 0,
"channel": 0,
"startX": 0,
"startY": 0,
"endX": 0,
"endY": 0,
"zoom": 0
}'{
"code": 0,
"message": "",
"data": ""
}