Impact Acquire SDK Java
|
Defines valid moments to start the signal generation on the digital outputs. More...
Static Public Attributes | |
static final int | dsoseFrame = acquireJNI.dsoseFrame_get() |
The signal generation on the digital outputs starts with the next frame start signal ( e.g.: VSync ). | |
static final int | dsoseFrameAfterTrigger = acquireJNI.dsoseFrameAfterTrigger_get() |
The signal generation on the digital outputs starts with next frame signal after the event defined in setting->camera->trigger. | |
static final int | dsoseFVALPassThrough = acquireJNI.dsoseFVALPassThrough_get() |
The FVAL - signal is passed to the selected digital output. | |
static final int | dsoseFVALPassThroughInv = acquireJNI.dsoseFVALPassThroughInv_get() |
The FVAL - signal is inverted and passed to the selected digital output. | |
static final int | dsoseFVALRisingEdge = acquireJNI.dsoseFVALRisingEdge_get() |
The signal generation on the digital outputs starts with the rising edge of FVAL - signal. | |
static final int | dsosePeriodically = acquireJNI.dsosePeriodically_get() |
The signal generation on the digital outputs starts periodically. | |
static final int | dsoseSyncInFallingEdge = acquireJNI.dsoseSyncInFallingEdge_get() |
The signal generation on the digital outputs starts with the falling edge of SyncIn - signal. | |
static final int | dsoseSyncInPassThrough = acquireJNI.dsoseSyncInPassThrough_get() |
The SyncIn - signal is passed to the selected digital output. | |
static final int | dsoseSyncInPassThroughInv = acquireJNI.dsoseSyncInPassThroughInv_get() |
The SyncIn - signal is inverted and passed to the selected digital output. | |
static final int | dsoseSyncInRisingEdge = acquireJNI.dsoseSyncInRisingEdge_get() |
The signal generation on the digital outputs starts with the rising edge of SyncIn - signal. | |
static final int | dsoseTrigger = acquireJNI.dsoseTrigger_get() |
The signal generation on the digital outputs starts with the event defined in setting->camera->trigger. | |
static final int | dsoseTriggerInPassThrough = acquireJNI.dsoseTriggerInPassThrough_get() |
The TriggerIn - signal is passed to the selected digital output. | |
static final int | dsoseTriggerInPassThroughInv = acquireJNI.dsoseTriggerInPassThroughInv_get() |
The TriggerIn - signal is inverted and passed to the selected digital output. | |
Defines valid moments to start the signal generation on the digital outputs.
|
static |
The signal generation on the digital outputs starts with the next frame start signal ( e.g.: VSync ).
|
static |
The signal generation on the digital outputs starts with next frame signal after the event defined in setting->camera->trigger.
|
static |
The FVAL - signal is passed to the selected digital output.
CameraLink® only!!!
|
static |
The FVAL - signal is inverted and passed to the selected digital output.
CameraLink® only!!!
|
static |
The signal generation on the digital outputs starts with the rising edge of FVAL - signal.
CameraLink® only!!!
|
static |
The signal generation on the digital outputs starts periodically.
CameraLink® only!!!
|
static |
The signal generation on the digital outputs starts with the falling edge of SyncIn - signal.
CameraLink® only!!!
|
static |
The SyncIn - signal is passed to the selected digital output.
CameraLink® only!!!
|
static |
The SyncIn - signal is inverted and passed to the selected digital output.
CameraLink® only!!!
|
static |
The signal generation on the digital outputs starts with the rising edge of SyncIn - signal.
CameraLink® only!!!
|
static |
The signal generation on the digital outputs starts with the event defined in setting->camera->trigger.
|
static |
The TriggerIn - signal is passed to the selected digital output.
CameraLink® only!!!
|
static |
The TriggerIn - signal is inverted and passed to the selected digital output.
CameraLink® only!!!