Impact Acquire SDK Java
TCameraLinkDataValidMode Class Reference

Defines how the camera transmits the DVAL signal defined in the CameraLink® standard (deprecated. More...

Static Public Attributes

static final int cldvmActive = acquireJNI.cldvmActive_get()
 The camera transmits a data valid (DVAL) signal, that should be evaluated by the frame grabber.
 
static final int cldvmInactive = acquireJNI.cldvmInactive_get()
 The camera does not transmit a data valid (DVAL) signal, that should be evaluated by the frame grabber.
 

Detailed Description

Defines how the camera transmits the DVAL signal defined in the CameraLink® standard (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

◆ cldvmActive

final int cldvmActive = acquireJNI.cldvmActive_get()
static

The camera transmits a data valid (DVAL) signal, that should be evaluated by the frame grabber.

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!

◆ cldvmInactive

final int cldvmInactive = acquireJNI.cldvmInactive_get()
static

The camera does not transmit a data valid (DVAL) signal, that should be evaluated by the frame grabber.

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!