Impact Acquire SDK Java
TCameraExternalSyncOutput Class Reference

Some grabbers are able to get the video signal and the sync signal on different input pins. More...

Static Public Attributes

static final int cesoAuto = acquireJNI.cesoAuto_get()
 The sync signal is expected on the selected video channel.
 
static final int cesoBlue = acquireJNI.cesoBlue_get()
 The sync signal is expected on the third ('blue') video channel ( mvTITAN-RGB only )
 
static final int cesoExtern = acquireJNI.cesoExtern_get()
 The sync signal is expected on the fourth ('extern') video channel ( mvTITAN-RGB only )
 
static final int cesoGreen = acquireJNI.cesoGreen_get()
 The sync signal is expected on the second ('green') video channel ( mvTITAN-RGB only )
 
static final int cesoRed = acquireJNI.cesoRed_get()
 The sync signal is expected on the first ('red') video channel ( mvTITAN-RGB only )
 

Detailed Description

Some grabbers are able to get the video signal and the sync signal on different input pins.

The user can select this for non standard cameras (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

◆ cesoAuto

final int cesoAuto = acquireJNI.cesoAuto_get()
static

The sync signal is expected on the selected video channel.

If RGB is used the sync signal is expected on the 'green' channel ( SyncOnGreen )

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!

◆ cesoBlue

final int cesoBlue = acquireJNI.cesoBlue_get()
static

The sync signal is expected on the third ('blue') video channel ( mvTITAN-RGB 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!

◆ cesoExtern

final int cesoExtern = acquireJNI.cesoExtern_get()
static

The sync signal is expected on the fourth ('extern') video channel ( mvTITAN-RGB 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!

◆ cesoGreen

final int cesoGreen = acquireJNI.cesoGreen_get()
static

The sync signal is expected on the second ('green') video channel ( mvTITAN-RGB 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!

◆ cesoRed

final int cesoRed = acquireJNI.cesoRed_get()
static

The sync signal is expected on the first ('red') video channel ( mvTITAN-RGB 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!