Impact Acquire SDK Java
|
Specifies the type trigger overlap permitted with the previous frame. 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. | |
Specifies the type trigger overlap permitted with the previous frame.
This defines when a valid trigger will be accepted (or latched) for a new frame.
|
static |
No trigger overlap is permitted.
|
static |
Trigger is accepted at any time during the capture of the previous frame.
|
static |
Trigger is accepted immediately after the exposure period.