Impact Acquire SDK Java
Loading...
Searching...
No Matches
TDeviceTriggerOverlap Class Reference

Specifies the type trigger overlap permitted with the previous frame (deprecated). More...

Static Public Attributes

static final int dtoOff = acquireJNI.dtoOff_get()
 No trigger overlap is permitted.
static final int dtoPreviousFrame = acquireJNI.dtoPreviousFrame_get()
 Trigger is accepted at any time during the capture of the previous frame.
static final int dtoReadOut = acquireJNI.dtoReadOut_get()
 Trigger is accepted immediately after the exposure period.

Detailed Description

Specifies the type trigger overlap permitted with the previous frame (deprecated).

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

This defines when a valid trigger will be accepted (or latched) for a new frame.

Member Data Documentation

◆ dtoOff

final int dtoOff = acquireJNI.dtoOff_get()
static

No trigger overlap is permitted.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ dtoPreviousFrame

final int dtoPreviousFrame = acquireJNI.dtoPreviousFrame_get()
static

Trigger is accepted at any time during the capture of the previous frame.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ dtoReadOut

final int dtoReadOut = acquireJNI.dtoReadOut_get()
static

Trigger is accepted immediately after the exposure period.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!