Impact Acquire SDK Java
TAutoExposureControl Class Reference

Defines valid AEC( Automatic Exposure Control ) modes. More...

Static Public Attributes

static final int aecOff = acquireJNI.aecOff_get()
 AEC is switched off.
 
static final int aecOn = acquireJNI.aecOn_get()
 AEC is switched on.
 

Detailed Description

Defines valid AEC( Automatic Exposure Control ) modes.

Member Data Documentation

◆ aecOff

final int aecOff = acquireJNI.aecOff_get()
static

AEC is switched off.

◆ aecOn

final int aecOn = acquireJNI.aecOn_get()
static

AEC is switched on.