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

Defines valid moments to start the signal generation on the digital outputs (deprecated). 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.

Detailed Description

Defines valid moments to start the signal generation on the digital outputs (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!

Member Data Documentation

◆ dsoseFrame

final int dsoseFrame = acquireJNI.dsoseFrame_get()
static

The signal generation on the digital outputs starts with the next frame start signal ( e.g.: VSync ).

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!

◆ dsoseFrameAfterTrigger

final int dsoseFrameAfterTrigger = acquireJNI.dsoseFrameAfterTrigger_get()
static

The signal generation on the digital outputs starts with next frame signal after the event defined in setting->camera->trigger.

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!

◆ dsoseFVALPassThrough

final int dsoseFVALPassThrough = acquireJNI.dsoseFVALPassThrough_get()
static

The FVAL - signal is passed to the selected digital output.

CameraLink® only!!!

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!

◆ dsoseFVALPassThroughInv

final int dsoseFVALPassThroughInv = acquireJNI.dsoseFVALPassThroughInv_get()
static

The FVAL - signal is inverted and passed to the selected digital output.

CameraLink® only!!!

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!

◆ dsoseFVALRisingEdge

final int dsoseFVALRisingEdge = acquireJNI.dsoseFVALRisingEdge_get()
static

The signal generation on the digital outputs starts with the rising edge of FVAL - signal.

CameraLink® only!!!

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!

◆ dsosePeriodically

final int dsosePeriodically = acquireJNI.dsosePeriodically_get()
static

The signal generation on the digital outputs starts periodically.

CameraLink® only!!!

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!

◆ dsoseSyncInFallingEdge

final int dsoseSyncInFallingEdge = acquireJNI.dsoseSyncInFallingEdge_get()
static

The signal generation on the digital outputs starts with the falling edge of SyncIn - signal.

CameraLink® only!!!

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!

◆ dsoseSyncInPassThrough

final int dsoseSyncInPassThrough = acquireJNI.dsoseSyncInPassThrough_get()
static

The SyncIn - signal is passed to the selected digital output.

CameraLink® only!!!

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!

◆ dsoseSyncInPassThroughInv

final int dsoseSyncInPassThroughInv = acquireJNI.dsoseSyncInPassThroughInv_get()
static

The SyncIn - signal is inverted and passed to the selected digital output.

CameraLink® only!!!

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!

◆ dsoseSyncInRisingEdge

final int dsoseSyncInRisingEdge = acquireJNI.dsoseSyncInRisingEdge_get()
static

The signal generation on the digital outputs starts with the rising edge of SyncIn - signal.

CameraLink® only!!!

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!

◆ dsoseTrigger

final int dsoseTrigger = acquireJNI.dsoseTrigger_get()
static

The signal generation on the digital outputs starts with the event defined in setting->camera->trigger.

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!

◆ dsoseTriggerInPassThrough

final int dsoseTriggerInPassThrough = acquireJNI.dsoseTriggerInPassThrough_get()
static

The TriggerIn - signal is passed to the selected digital output.

CameraLink® only!!!

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!

◆ dsoseTriggerInPassThroughInv

final int dsoseTriggerInPassThroughInv = acquireJNI.dsoseTriggerInPassThroughInv_get()
static

The TriggerIn - signal is inverted and passed to the selected digital output.

CameraLink® only!!!

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!