Impact Acquire SDK Java
TDeviceSignalOutputStartEvent Class Reference

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.
 

Detailed Description

Defines valid moments to start the signal generation on the digital outputs.

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 ).

◆ 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.

◆ dsoseFVALPassThrough

final int dsoseFVALPassThrough = acquireJNI.dsoseFVALPassThrough_get()
static

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

CameraLink® only!!!

◆ dsoseFVALPassThroughInv

final int dsoseFVALPassThroughInv = acquireJNI.dsoseFVALPassThroughInv_get()
static

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

CameraLink® only!!!

◆ 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!!!

◆ dsosePeriodically

final int dsosePeriodically = acquireJNI.dsosePeriodically_get()
static

The signal generation on the digital outputs starts periodically.

CameraLink® only!!!

◆ 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!!!

◆ dsoseSyncInPassThrough

final int dsoseSyncInPassThrough = acquireJNI.dsoseSyncInPassThrough_get()
static

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

CameraLink® only!!!

◆ dsoseSyncInPassThroughInv

final int dsoseSyncInPassThroughInv = acquireJNI.dsoseSyncInPassThroughInv_get()
static

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

CameraLink® only!!!

◆ 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!!!

◆ dsoseTrigger

final int dsoseTrigger = acquireJNI.dsoseTrigger_get()
static

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

◆ dsoseTriggerInPassThrough

final int dsoseTriggerInPassThrough = acquireJNI.dsoseTriggerInPassThrough_get()
static

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

CameraLink® only!!!

◆ dsoseTriggerInPassThroughInv

final int dsoseTriggerInPassThroughInv = acquireJNI.dsoseTriggerInPassThroughInv_get()
static

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

CameraLink® only!!!