Impact Acquire SDK Java
|
Defines valid modes the internal image processing pipeline can be operated in. More...
Static Public Attributes | |
static final int | ipmDefault = acquireJNI.ipmDefault_get() |
The default mode where every image is processed in the order they have been acquired. | |
static final int | ipmProcessLatestOnly = acquireJNI.ipmProcessLatestOnly_get() |
This mode can be useful for applications where processing on the host takes longer than the average time between two consecutive frames transmitted by the device. | |
Defines valid modes the internal image processing pipeline can be operated in.
|
static |
The default mode where every image is processed in the order they have been acquired.
|
static |
This mode can be useful for applications where processing on the host takes longer than the average time between two consecutive frames transmitted by the device.
This might be useful for applications that display the processed result but that also want to capture data at the highest possible frame rate and is not important that EVERY image gets processed.