Request to get the settings:
https://[server_address]:[port]/settings/ad/?sid=[session_id]
Response:
{
"name" : "ad",
"type" : "AdFolder",
"subdirs" : [
"geqXRTHa",
"ofrxx75F"
],
"values" : [
"fix_licensed_left",
"ptz_licensed_left",
"scene_erase",
"scene_create_now",
"scene_new_guid"
]
} Table 162.
| subdirs | Description | TRASSIR |
|---|---|---|
| [scene_GUID] | The GUID of the ActiveDome scene being used to retrieve scene settings. | ≥3.1 |
Retrieve a value (R):
https://[server_address]:[port]/settings/ad/[setting]?sid=[session_id]
Write a value (W):
https://[server_address]:[port]/settings/ad/[setting]=[value]?sid=[session_id]
Table 163.
| values | Description | Type | TRASSIR | |
|---|---|---|---|---|
| fix_licensed_left | Number of available licenses for adding overview cameras. | integer | RW | ≥3.1 |
| ptz_licensed_left | Number of available licenses for adding PTZ cameras. | integer | RW | ≥3.1 |
| scene_erase | The command to delete an ActiveDome scene. The scene GUID is used as a parameter. /settings/ad/scene_erase=[scene_GUID]?sid=e03qD0eg |
string | W | ≥3.1 |
| scene_create_now | The command to create a new ActiveDome scene. When a scene is created it will be assigned a GUID from the scene_new_guid setting. | integer | RW | ≥3.1 |
| scene_new_guid | The GUID of the next ActiveDome scene to be created using the scene_create_now command. | string | R | ≥3.1 |
Request for ActiveDome scene settings:
https://[server_address]:[port]/settings/ad/[scene_GUID]/?sid=[session_id]
Response:
{
"name" : "geqXRTHa",
"type" : "AdScene",
"subdirs" : [
],
"values" : [
"corrupted",
"enable_plus",
"fix_list",
"name",
"ptz_list",
"switch_timeout"
]
} Retrieve a value (R):
https://[server_address]:[port]/settings/ad/[scene_GUID]/[setting]?sid=[session_id]
Write a value (W):
https://[server_address]:[port]/settings/ad/[GUID_scene]/[setting]=[value]?sid=[session_id]
Table 164.
| values | Description | Type | TRASSIR | |
|---|---|---|---|---|
| corrupted | integer | R | ≥3.1 | |
| enable_plus |
Enable automatic object tracking using SIMT (ActiveDome+) 0 - No 1 - Yes |
integer | RW | ≥3.1 |
| fix_list | Comma-delimited GUIDs of channels included in the list of overview cameras. | string | RW | ≥3.1 |
| name | The name of the scene | string | RW | ≥3.1 |
| ptz_list | Comma-delimited GUIDs of channels included in the list of PTZ cameras. | string | RW | ≥3.1 |
| switch_timeout | The switch timeout, in seconds | real | RW | ≥3.1 |

