Gets the settings for turning on the backlight and switching to the BW mode
Gets the settings for turning on the backlight and switching to the BW mode
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- luma integer
Possible values:
<= 255
Default value:
30
the light level at which the camera switches to BW and the backlight turns on
- duration integer
Possible values:
<= 600
Default value:
300
the duration of the backlight in seconds
- frame integer
Possible values:
<= 100
Default value:
15
number of frames on which the illumination should be less than 'luma'
- grayscale boolean
Default value:
true
grayscale in low light
{
"luma": 30,
"duration": 300,
"frame": 15,
"grayscale": true
}
{
"luma": 30,
"duration": 300,
"frame": 15,
"grayscale": true
}
Please log in
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...