Get standby settings
Returns standby settings.
Standby mode is a splash screen displayed when the device is inactive.
When standby mode is enabled, one of three display modes can be selected:
ip_cam_modephoto_frameclock
ip_cam_mode supports three sub-modes:
singletourquad_splitter
Note: quad_splitter is not available on the aq07la device.
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- enable boolean
Determines whether the device will show splash screen after timeout
- mode string
Possible values: [
ip_cam_mode,photo_frame,clock]Splash screen mode
ip_cam_mode object
IP cam mode options
mode stringIP cam mode
single object
This model provides camera information used for configuring splash screen
name stringCamera name
url stringCamera RTSP url
uuid uuidUnique identifier
tour object
IP cam tour mode settings
ip_cams object[]
Possible values:
<= 32The model describes the list of cameras used in 'Tour' splash screen
name stringCamera name
url stringCamera RTSP url
uuid uuidUnique identifier
timeout integerCamera changing interval in seconds
quad_splitter object
This model provides information used for configuring 'Quad' splash screen
This option is disabled in AQ-07LA model
ip_cam_1 object
This model provides camera information used for configuring splash screen
name stringCamera name
url stringCamera RTSP url
uuid uuidUnique identifier
ip_cam_2 object
This model provides camera information used for configuring splash screen
name stringCamera name
url stringCamera RTSP url
uuid uuidUnique identifier
ip_cam_3 object
This model provides camera information used for configuring splash screen
name stringCamera name
url stringCamera RTSP url
uuid uuidUnique identifier
ip_cam_4 object
This model provides camera information used for configuring splash screen
name stringCamera name
url stringCamera RTSP url
uuid uuidUnique identifier
photo_frame
Photo frame splash screen settings
directory_path stringPhoto directory path
clock_enable booleanDetermines whether the clock will be displayed in this type of splash screen
{
"enable": false,
"mode": "clock",
"ip_cam_mode": {
"mode": "single",
"single": {
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "91c615e3-1040-4815-8ecb-039a18b756b5"
},
"tour": {
"ip_cams": [
{
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "91c615e3-1040-4815-8ecb-039a18b756b5"
}
],
"timeout": 60
},
"quad_splitter": {
"ip_cam_1": {
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "91c615e3-1040-4815-8ecb-039a18b756b5"
},
"ip_cam_2": {
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "91c615e3-1040-4815-8ecb-039a18b756b5"
},
"ip_cam_3": {
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "91c615e3-1040-4815-8ecb-039a18b756b5"
},
"ip_cam_4": {
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "91c615e3-1040-4815-8ecb-039a18b756b5"
}
}
},
"photo_frame": {
"directory_path": "mnt/sdcard/photo",
"clock_enable": false
}
}
{
"enable": false,
"mode": "ip_cam_mode",
"ip_cam_mode": {
"mode": "single",
"single": {
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
},
"tour": {
"ip_cams": [
{
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
}
],
"timeout": 60
},
"quad_splitter": {
"ip_cam_1": {
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
},
"ip_cam_2": {
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
},
"ip_cam_3": {
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
},
"ip_cam_4": {
"name": "Cam1",
"url": "rtsp://192.168.1.111:554/media/video1",
"uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
}
}
},
"photo_frame": {
"directory_path": "mnt/sdcard/photo",
"clock_enable": false
}
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}