Impact Acquire SDK Java
TImageRequestControlMode Class Reference

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.
 

Detailed Description

Defines the behaviour of an mvIMPACT.acquire.ImageRequestControl.

Member Data Documentation

◆ ircmCounting

final int ircmCounting = acquireJNI.ircmCounting_get()
static

Reserved.

Currently not implemented.

◆ ircmLive

final int ircmLive = acquireJNI.ircmLive_get()
static

Reserved.

Currently not implemented.

◆ ircmManual

final int ircmManual = acquireJNI.ircmManual_get()
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.

◆ ircmTrial

final int ircmTrial = acquireJNI.ircmTrial_get()
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.

◆ ircmUpdateBufferLayout

final int ircmUpdateBufferLayout = acquireJNI.ircmUpdateBufferLayout_get()
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.