Impact Acquire SDK Java
TAcquisitionMode Class Reference

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.
 

Detailed Description

Defines valid acquisition modes.

Member Data Documentation

◆ amContinuous

final int amContinuous = acquireJNI.amContinuous_get()
static

Continuous mode.

This is the recommended mode when image data shall either be transferred constantly or when working with an externally triggered setup.

◆ amMultiFrame

final int amMultiFrame = acquireJNI.amMultiFrame_get()
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

◆ amSingleFrame

final int amSingleFrame = acquireJNI.amSingleFrame_get()
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.