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 integerPossible values: <= 255Default value: 30the light level at which the camera switches to BW and the backlight turns on 
- duration integerPossible values: <= 600Default value: 300the duration of the backlight in seconds 
- frame integerPossible values: <= 100Default value: 15number of frames on which the illumination should be less than 'luma' 
- grayscale booleanDefault value: truegrayscale 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...