Impact Acquire SDK Java
TAutoControlMode Class Reference

Defines valid auto control modes. More...

Static Public Attributes

static final int acmDeviceSpecific = acquireJNI.acmDeviceSpecific_get()
 A device specific auto control mode.
 
static final int acmStandard = acquireJNI.acmStandard_get()
 The standard auto control mode.
 

Detailed Description

Defines valid auto control modes.

Member Data Documentation

◆ acmDeviceSpecific

final int acmDeviceSpecific = acquireJNI.acmDeviceSpecific_get()
static

A device specific auto control mode.

mvBlueFOX specific: For mvBlueFOX devices of type 202b and 202d the operation in device specific AEC/AGC mode is limited in (non continuous)triggered-modes. AEC/AGC only works while the trigger signal is active. As these sensor types only support the trigger modes mvIMPACT.acquire.TCameraTriggerMode.ctmOnHighLevel and mvIMPACT.acquire.TCameraTriggerMode.ctmOnLowLevel 'active' means that the required signal level for that mode(either high or low) is present.

When this signal level is no longer present AEC/AGC will stop working and gain and exposure will be set to a static value. This is due to a limitation of the sensor chip. Effectively this means that for single frame triggering requiring short active pulses AEC/AGC is not possible.

◆ acmStandard

final int acmStandard = acquireJNI.acmStandard_get()
static

The standard auto control mode.