Impact Acquire SDK Java
|
Defines valid acquisition modes. More...
Static Public Attributes | |
static final int | amContinuous = acquireJNI.amContinuous_get() |
Continuous mode. | |
static final int | amMultiFrame = acquireJNI.amMultiFrame_get() |
In this mode AcquisitionFrameCount images will transferred by the device. | |
static final int | amSingleFrame = acquireJNI.amSingleFrame_get() |
In this mode the device always will always just send a single image when a data stream is started. | |
Defines valid acquisition modes.
|
static |
Continuous mode.
This is the recommended mode when image data shall either be transferred constantly or when working with an externally triggered setup.
|
static |
In this mode AcquisitionFrameCount images will transferred by the device.
When AcquisitionFrameCount have been sent by the device, it will automatically stop to send more data
|
static |
In this mode the device always will always just send a single image when a data stream is started.
This mode can be interesting, when the devices acquisition parameters change from image to image or when a lot of devices will be operated in the same system an bandwidth resources are limited.