Impact Acquire SDK Java
TInterlacedMode Class Reference

Defines how to handle interlaced image data (deprecated. More...

Static Public Attributes

static final int imOff = acquireJNI.imOff_get()
 Disable the interlaced function.
 
static final int imOn = acquireJNI.imOn_get()
 Enable the interlaced function.
 

Detailed Description

Defines how to handle interlaced image data (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!

Image data might be transmitted as fields. These later can either be combined back into a full frame or can be handled individually.

Member Data Documentation

◆ imOff

final int imOff = acquireJNI.imOff_get()
static

Disable the interlaced function.

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!

◆ imOn

final int imOn = acquireJNI.imOn_get()
static

Enable the interlaced function.

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!

The device will re-construct the interlaced data into a full frame. InvInterlaced/Interlaced is controlled by the camera parameter.