Click or drag to resize
Accord.NET (logo)

CameraParameterAEAG Class

Set of configuration options to configure Automatic Exposure/Gain (AEAG) parameters.
Inheritance Hierarchy
SystemObject
  Accord.Video.XimeaCameraParameterAEAG

Namespace:  Accord.Video.Ximea
Assembly:  Accord.Video.Ximea (in Accord.Video.Ximea.dll) Version: 3.8.0
Syntax
public static class AEAG
Request Example View Source

The CameraParameterAEAG type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEnable
Enable/disable automatic exposure/gain control. Type integer. By default 0.
Public fieldStatic memberExposureMaxLimit
Set/Get maximum limit of exposure in AEAG procedure. Type integer. By default 100. Units - ms.
Public fieldStatic memberExposurePriority
Set/Get exposure priority, [0, 1]. Type float. By default 0.8.
Public fieldStatic memberGainMaxLimit
Set/Get maximum limit of gain in AEAG procedure. Type float. Default depends on camera type. Units - dB.
Public fieldStatic memberLevel
Set/Get average intensity of output signal AEAG should achieve (in %). Type float. By default 40.
Top
See Also