Impact Acquire SDK Java
TCameraInterlacedType Class Reference

Defines how the camera transmits its video signal (deprecated. More...

Static Public Attributes

static final int citInterlaced = acquireJNI.citInterlaced_get()
 The video signal is transferred interlaced.
 
static final int citInvertedInterlaced = acquireJNI.citInvertedInterlaced_get()
 The video signal is transferred interlaced with the two frames in reversed order.
 
static final int citNone = acquireJNI.citNone_get()
 The video signal is transmitted non interlaced, meaning that a complete image is transferred without interruption.
 

Detailed Description

Defines how the camera transmits its video signal (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

◆ citInterlaced

final int citInterlaced = acquireJNI.citInterlaced_get()
static

The video signal is transferred interlaced.

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!
 Here the camera transmits the video signal in two consecutive frames that form a complete
 image. The first frame contains all the even lines (0, 2, 4, ... ) of the image, while
 the second frame contains all odd lines of the image.

◆ citInvertedInterlaced

final int citInvertedInterlaced = acquireJNI.citInvertedInterlaced_get()
static

The video signal is transferred interlaced with the two frames in reversed order.

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!

Here the camera transmits the video signal in two consecutive frames that form a complete image. The first frame contains all the odd lines (0, 2, 4, ... ) of the image, while the second frame contains all even lines of the image.

◆ citNone

final int citNone = acquireJNI.citNone_get()
static

The video signal is transmitted non interlaced, meaning that a complete image is transferred without interruption.

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!