Impact Acquire SDK Java
|
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. | |
Defines valid results of a white balance calibration.
|
static |
The previous white balance calibration failed because the reference image used for the calibration was too bright.
|
static |
The previous white balance calibration failed because the reference image used for the calibration was too dark.
|
static |
An unknown error occurred during the white balance calibration for the selected setting.
|
static |
The white balance calibration has been performed successfully for the selected setting.
|
static |
No white balance calibration has been performed since start up.