CAPTURE_BRIGHTNESS_LEVEL_TYPE
Brightness level of the video image captured by the local camera.
Enumerations
- CAPTURE_BRIGHTNESS_LEVEL_INVALID
- (-1): Brightness level of the video image not detected. Please wait a few seconds and obtain the brightness level from the
captureBrightnessLevelin the next callback. - CAPTURE_BRIGHTNESS_LEVEL_NORMAL
- (0): Normal brightness level of the video image.
- CAPTURE_BRIGHTNESS_LEVEL_BRIGHT
- (1): The video image is too bright.
- CAPTURE_BRIGHTNESS_LEVEL_DARK
- (2): The video image is too dark.