Impact Acquire SDK Java
TCameraOutput Class Reference

Defines valid ways a camera can offer image data to a capture device (deprecated. More...

Static Public Attributes

static final int co2xComposite = acquireJNI.co2xComposite_get()
 Two cameras will offer two synchronous analogue signals.
 
static final int co3GSDI = acquireJNI.co3GSDI_get()
 The camera will offer serial digital interface(SDI) 3G signal.
 
static final int co3xComposite = acquireJNI.co3xComposite_get()
 Three cameras will offer three synchronous analogue signals.
 
static final int co4xComposite = acquireJNI.co4xComposite_get()
 Four cameras will offer four synchronous analogue signals.
 
static final int coAuto = acquireJNI.coAuto_get()
 Auto mode.
 
static final int coBase = acquireJNI.coBase_get()
 The camera will offer CameraLink® Base compliant image data.
 
static final int coComposite = acquireJNI.coComposite_get()
 The camera will offer an analogue composite video signal.
 
static final int coDigital = acquireJNI.coDigital_get()
 The camera will offer digital image data.
 
static final int coFull = acquireJNI.coFull_get()
 The camera will offer CameraLink® Full compliant image data.
 
static final int coHDSDI = acquireJNI.coHDSDI_get()
 The camera will offer serial digital interface(SDI) HD signal.
 
static final int coMedium = acquireJNI.coMedium_get()
 The camera will offer CameraLink® Medium compliant image data.
 
static final int coRGB = acquireJNI.coRGB_get()
 The camera will offer an analogue RGB signal.
 
static final int coSDSDI = acquireJNI.coSDSDI_get()
 The camera will offer serial digital interface(SDI) SD signal.
 
static final int coSVideo = acquireJNI.coSVideo_get()
 The camera will offer an analogue SVideo signal.
 
static final int coUndefined = acquireJNI.coUndefined_get()
 Specifies an undefined output.
 

Detailed Description

Defines valid ways a camera can offer image data to a capture device (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

◆ co2xComposite

final int co2xComposite = acquireJNI.co2xComposite_get()
static

Two cameras will offer two synchronous analogue signals.

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!

◆ co3GSDI

final int co3GSDI = acquireJNI.co3GSDI_get()
static

The camera will offer serial digital interface(SDI) 3G signal.

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!

◆ co3xComposite

final int co3xComposite = acquireJNI.co3xComposite_get()
static

Three cameras will offer three synchronous analogue signals.

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!

◆ co4xComposite

final int co4xComposite = acquireJNI.co4xComposite_get()
static

Four cameras will offer four synchronous analogue signals.

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!

◆ coAuto

final int coAuto = acquireJNI.coAuto_get()
static

Auto mode.

Here the capture device tries to guess how the data is transmitted.

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!

◆ coBase

final int coBase = acquireJNI.coBase_get()
static

The camera will offer CameraLink® Base compliant image data.

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!

◆ coComposite

final int coComposite = acquireJNI.coComposite_get()
static

The camera will offer an analogue composite video signal.

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!

◆ coDigital

final int coDigital = acquireJNI.coDigital_get()
static

The camera will offer digital image data.

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!

◆ coFull

final int coFull = acquireJNI.coFull_get()
static

The camera will offer CameraLink® Full compliant image data.

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!

◆ coHDSDI

final int coHDSDI = acquireJNI.coHDSDI_get()
static

The camera will offer serial digital interface(SDI) HD signal.

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!

◆ coMedium

final int coMedium = acquireJNI.coMedium_get()
static

The camera will offer CameraLink® Medium compliant image data.

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!

◆ coRGB

final int coRGB = acquireJNI.coRGB_get()
static

The camera will offer an analogue RGB signal.

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!

◆ coSDSDI

final int coSDSDI = acquireJNI.coSDSDI_get()
static

The camera will offer serial digital interface(SDI) SD signal.

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!

◆ coSVideo

final int coSVideo = acquireJNI.coSVideo_get()
static

The camera will offer an analogue SVideo signal.

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!

◆ coUndefined

final int coUndefined = acquireJNI.coUndefined_get()
static

Specifies an undefined output.

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!