Impact Acquire SDK Java
TDarkCurrentFilterMode Class Reference

Defines valid modes for the dark current filter. More...

Static Public Attributes

static final int dcfmCalibrateDarkCurrent = acquireJNI.dcfmCalibrateDarkCurrent_get()
 The next selected number of images will be taken for calculating the dark current correction image.
 
static final int dcfmOff = acquireJNI.dcfmOff_get()
 The filter is switched off.
 
static final int dcfmOn = acquireJNI.dcfmOn_get()
 The filter is switched on.
 
static final int dcfmTransmitCorrectionImage = acquireJNI.dcfmTransmitCorrectionImage_get()
 In this mode whenever reaching this filter, the captured image will be replaced by the.
 

Detailed Description

Defines valid modes for the dark current filter.

Member Data Documentation

◆ dcfmCalibrateDarkCurrent

final int dcfmCalibrateDarkCurrent = acquireJNI.dcfmCalibrateDarkCurrent_get()
static

The next selected number of images will be taken for calculating the dark current correction image.

In this mode after the correction image has been calculated the mode will automatically switch back to mvIMPACT.acquire.TDarkCurrentFilterMode.dcfmOff

◆ dcfmOff

final int dcfmOff = acquireJNI.dcfmOff_get()
static

The filter is switched off.

◆ dcfmOn

final int dcfmOn = acquireJNI.dcfmOn_get()
static

The filter is switched on.

◆ dcfmTransmitCorrectionImage

final int dcfmTransmitCorrectionImage = acquireJNI.dcfmTransmitCorrectionImage_get()
static

In this mode whenever reaching this filter, the captured image will be replaced by the.

last correction image, that has been created as a result of the filter being calibrated.

Since
2.5.9