Camera movement. VMS Client
This request allows moving the camera in four directions and adjusting the zoom.
When this request is made, the RelativeMove method is called via ONVIF, and if unsuccessful, the ContinuousMove method is used.
This functionality is not currently in use.
POST/api/v1/cameras/{camera}/moveHeaders | |||||||||
Authorization | Bearer token | ||||||||
Accept | application/json | ||||||||
X-Client | ios-cctv|android-cctv|thick-legal|web | ||||||||
X-UUID | unique device id |
Body | |||||||||
json |
JSON
| ||||||||
cameraoptional | int | Camera identifier | |||||||
uprequired | bool | Indicates that the camera should be moved upwards | |||||||
downrequired | bool | Indicates that the camera should be moved downwards | |||||||
rightrequired | bool | Indicates that the camera should be moved to the right | |||||||
leftrequired | bool | Indicates that the camera should be moved to the left | |||||||
zoom-inrequired | bool | Indicates that the zoom should be increased | |||||||
zoom-outrequired | bool | Indicates that the zoom should be decreased |
Response | |||||||||
200 | Successful response | ||||||||
JSON
| |||||||||
403 | If temporary access to the camera is blocked, an error with a 403 status code will be returned, with a response body similar to a 422 error | ||||||||
401 | Authorization token not provided or invalid, see Obtaining a token |
Example | |||||||||
JSON
|