Impact Acquire SDK Java
Loading...
Searching...
No Matches
TDeviceScanRateMode Class Reference

Defines valid device scan rate mode (deprecated). More...

Static Public Attributes

static final int dsrmAuto = acquireJNI.dsrmAuto_get()
 Auto, scan rate of camera used.
static final int dsrmUser = acquireJNI.dsrmUser_get()
 User, scan rate must be set manually.

Detailed Description

Defines valid device scan rate mode (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

◆ dsrmAuto

final int dsrmAuto = acquireJNI.dsrmAuto_get()
static

Auto, scan rate of camera used.

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!

◆ dsrmUser

final int dsrmUser = acquireJNI.dsrmUser_get()
static

User, scan rate must be set manually.

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!