Impact Acquire SDK Java
|
Defines grabber specific digital output modes. More...
Static Public Attributes | |
static final int | ddomDigitalSignalPassThrough = acquireJNI.ddomDigitalSignalPassThrough_get() |
A signal connected to a digital input is passed through to this digital output. | |
static final int | ddomDigitalSignalPassThroughInv = acquireJNI.ddomDigitalSignalPassThroughInv_get() |
A signal connected to a digital input is inverted and passed to this digital output. | |
static final int | ddomExposureActive = acquireJNI.ddomExposureActive_get() |
The digital output will change its state during the active exposure period of the image sensor and will switch back to its initial state again once the exposure period is over. | |
static final int | ddomExposureAndAcquisitionActive = acquireJNI.ddomExposureAndAcquisitionActive_get() |
When there is at least one outstanding request the digital output will change its state during the active exposure period of the image sensor and will switch back to its initial state again once the exposure period is over. | |
static final int | ddomInternalVD = acquireJNI.ddomInternalVD_get() |
An internal VD sync. | |
static final int | ddomManual = acquireJNI.ddomManual_get() |
The digital output can be switched manually. | |
static final int | ddomPulse = acquireJNI.ddomPulse_get() |
A single pulse will be generated on the digital output. | |
static final int | ddomRealTimeController = acquireJNI.ddomRealTimeController_get() |
The digital output is controlled by a Real Time Controller. | |
static final int | ddomTemperatureOutOfRange = acquireJNI.ddomTemperatureOutOfRange_get() |
Will change the state whenever the device temperature moves in or out of defined limits(subject to change!). | |
static final int | ddomUser = acquireJNI.ddomUser_get() |
A user defined signal will be generated on the digital output. | |
Defines grabber specific digital output modes.
|
static |
A signal connected to a digital input is passed through to this digital output.
|
static |
A signal connected to a digital input is inverted and passed to this digital output.
|
static |
The digital output will change its state during the active exposure period of the image sensor and will switch back to its initial state again once the exposure period is over.
|
static |
When there is at least one outstanding request the digital output will change its state during the active exposure period of the image sensor and will switch back to its initial state again once the exposure period is over.
|
static |
An internal VD sync.
signal will be passed to this digital output.
In case of a camera this e.g. might be the cameras internal VD signal. This then can be used to synchronize two or more cameras.
|
static |
The digital output can be switched manually.
|
static |
A single pulse will be generated on the digital output.
|
static |
The digital output is controlled by a Real Time Controller.
|
static |
Will change the state whenever the device temperature moves in or out of defined limits(subject to change!).
|
static |
A user defined signal will be generated on the digital output.