Recall PTZ Preset
1. API Description
Recall PTZ preset position.
Request mode: POST [ip]/api/ptz/preset/recall
| Administrator Rights | Login Authentication |
|---|---|
| No | Yes |
2. Input Parameters
| Parameter | Type | Description |
|---|---|---|
| number | Int | Preset number, valid range [1,255] |
3. Output Parameters
| Parameter | Type | Description |
|---|---|---|
| status | Int | Status code |
4. Example
Recall preset position 1
Input Example
{
"number": 1
}
Output Example
{
"status": 0
}