CAPTURE_BRIGHTNESS_LEVEL_TYPE

The brightness level of the video image captured by the local camera.

Enumerator

CAPTURE_BRIGHTNESS_LEVEL_INVALID
-1: The SDK does not detect the brightness level of the video image. Wait a few seconds to get the brightness level from captureBrightnessLevel in the next callback.
CAPTURE_BRIGHTNESS_LEVEL_NORMAL
0: The brightness level of the video image is normal.
CAPTURE_BRIGHTNESS_LEVEL_BRIGHT
1: The brightness level of the video image is too bright.
CAPTURE_BRIGHTNESS_LEVEL_DARK
2: The brightness level of the video image is too dark.