Impact Acquire SDK Java
TBayerWhiteBalanceResult Class Reference

Defines valid results of a white balance calibration. More...

Static Public Attributes

static final int bwbrErrorTooBright = acquireJNI.bwbrErrorTooBright_get()
 The previous white balance calibration failed because the reference image used for the calibration was too bright.
 
static final int bwbrErrorTooDark = acquireJNI.bwbrErrorTooDark_get()
 The previous white balance calibration failed because the reference image used for the calibration was too dark.
 
static final int bwbrErrorUnknown = acquireJNI.bwbrErrorUnknown_get()
 An unknown error occurred during the white balance calibration for the selected setting.
 
static final int bwbrOK = acquireJNI.bwbrOK_get()
 The white balance calibration has been performed successfully for the selected setting.
 
static final int bwbrUnknown = acquireJNI.bwbrUnknown_get()
 No white balance calibration has been performed since start up.
 

Detailed Description

Defines valid results of a white balance calibration.

Member Data Documentation

◆ bwbrErrorTooBright

final int bwbrErrorTooBright = acquireJNI.bwbrErrorTooBright_get()
static

The previous white balance calibration failed because the reference image used for the calibration was too bright.

◆ bwbrErrorTooDark

final int bwbrErrorTooDark = acquireJNI.bwbrErrorTooDark_get()
static

The previous white balance calibration failed because the reference image used for the calibration was too dark.

◆ bwbrErrorUnknown

final int bwbrErrorUnknown = acquireJNI.bwbrErrorUnknown_get()
static

An unknown error occurred during the white balance calibration for the selected setting.

◆ bwbrOK

final int bwbrOK = acquireJNI.bwbrOK_get()
static

The white balance calibration has been performed successfully for the selected setting.

◆ bwbrUnknown

final int bwbrUnknown = acquireJNI.bwbrUnknown_get()
static

No white balance calibration has been performed since start up.