锁定云台后,其他用户无法控制云台移动,直到解锁或锁定时间到期(默认30分钟)
{
"rtspUrl": "string",
"sn": "string",
"port": 0,
"channel": 0,
"pan": 0,
"tilt": 0,
"zoom": 0,
"type": 0,
"onePushFouc": true,
"status": 0
}curl --location '/manage/api/v1/camera/ptz/lock' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"rtspUrl": "string",
"sn": "string",
"port": 0,
"channel": 0,
"pan": 0,
"tilt": 0,
"zoom": 0,
"type": 0,
"onePushFouc": true,
"status": 0
}'{
"code": 0,
"message": "",
"data": ""
}