Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LowLightEnhanceOptions

The low-light enhancement options.

since

v3.6.2

Hierarchy

  • LowLightEnhanceOptions

Index

Properties

Optional lowlightEnhanceLevel

lowlightEnhanceLevel: undefined | number

The low-light enhancement level:

  • 0: (Default) Promotes video quality during low-light enhancement. It processes the brightness, details, and noise of the video image. The performance consumption is moderate, the processing speed is moderate, and the overall video quality is optimal.
  • 1: Promotes performance during low-light enhancement. It processes the brightness and details of the video image. The processing speed is faster.

Optional lowlightEnhanceMode

lowlightEnhanceMode: undefined | number

The low-light enhancement mode:

  • 0: (Default) Automatic mode. The SDK automatically enables or disables the low-light enhancement feature according to the ambient light to compensate for the lighting level or prevent overexposure, as necessary.
  • 1: Manual mode. Users need to enable or disable the low-light enhancement feature manually.

Generated using TypeDoc