Impact Acquire SDK Java
TAcquisitionField Class Reference

Defines which field triggers the start of the acquisition (deprecated. More...

Static Public Attributes

static final int afAny = acquireJNI.afAny_get()
 Odd and even fields will be digitised.
 
static final int afAuto = acquireJNI.afAuto_get()
 Controlled by the camera parameter.
 
static final int afEven = acquireJNI.afEven_get()
 Only even fields will be digitised.
 
static final int afOdd = acquireJNI.afOdd_get()
 Only odd fields will be digitised.
 

Detailed Description

Defines which field triggers the start of the acquisition (deprecated.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

Member Data Documentation

◆ afAny

final int afAny = acquireJNI.afAny_get()
static

Odd and even fields will be digitised.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ afAuto

final int afAuto = acquireJNI.afAuto_get()
static

Controlled by the camera parameter.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ afEven

final int afEven = acquireJNI.afEven_get()
static

Only even fields will be digitised.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ afOdd

final int afOdd = acquireJNI.afOdd_get()
static

Only odd fields will be digitised.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!