Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CaptureBrightnessLevelType

Capture brightness level.

since

v3.1.1.

Index

Enumeration members

Enumeration members

Bright

Bright: = 1

1: The brightness level of the video image is too bright.

Dark

Dark: = 2

2: The brightness level of the video image is too dark.

Invalid

Invalid: = -1

-1: The SDK does not detect the brightness level of the video image. Wait a few seconds to get the brightness level from CaptureBrightnessLevelType in the next callback.

Normal

Normal: = 0

0: The brightness level of the video image is normal.

Generated using TypeDoc