Impact Acquire SDK Java
|
Defines the behaviour of an mvIMPACT.acquire.ImageRequestControl. More...
Static Public Attributes | |
static final int | ircmCounting = acquireJNI.ircmCounting_get() |
Reserved. | |
static final int | ircmLive = acquireJNI.ircmLive_get() |
Reserved. | |
static final int | ircmManual = acquireJNI.ircmManual_get() |
The standard mode for image requests. | |
static final int | ircmTrial = acquireJNI.ircmTrial_get() |
In this mode no 'real' image will be captured, but the whole processing chain will be traversed once. | |
static final int | ircmUpdateBufferLayout = acquireJNI.ircmUpdateBufferLayout_get() |
In this mode no 'real' image will be captured, but the whole processing chain will be traversed once. | |
Defines the behaviour of an mvIMPACT.acquire.ImageRequestControl.
|
static |
Reserved.
Currently not implemented.
|
static |
Reserved.
Currently not implemented.
|
static |
The standard mode for image requests.
In this mode one image will be captured from the hardware for each request that is sent to the device driver. The image will be taken with respect to the current parameters as defined in the setting selected in the corresponding image request control.
|
static |
In this mode no 'real' image will be captured, but the whole processing chain will be traversed once.
This mode can be used either to find out what the image format and parameters after an image capture would be with the current settings or to prepare the hardware before starting the first image acquisition to save time when real image data is processed.
When requesting an image in this mode, the corresponding wait function will return a complete request object with pixel format, dimensions and image buffer that contains some dummy data.
|
static |
In this mode no 'real' image will be captured, but the whole processing chain will be traversed once.
This mode can be used either to find out what the image format and parameters after an image capture would be with the current settings or to prepare the hardware before starting the first image acquisition to save time when real image data is processed.
In this mode, no wait function must be called. When the image request function has returned successfully, the current destination buffer layout will be available as part of the general information properties.