Impact Acquire SDK Java
TBufferPartDataType Class Reference

Defines buffer part data types. More...

Static Public Attributes

static final int bpdt2DImage = acquireJNI.bpdt2DImage_get()
 Color or monochrome (2D) image (GenTL).
 
static final int bpdt2DPlaneBiplanar = acquireJNI.bpdt2DPlaneBiplanar_get()
 Single color plane of a planar (2D) image (GenTL).
 
static final int bpdt2DPlaneQuadplanar = acquireJNI.bpdt2DPlaneQuadplanar_get()
 Single color plane of a planar (2D) image (GenTL).
 
static final int bpdt2DPlaneTriplanar = acquireJNI.bpdt2DPlaneTriplanar_get()
 Single color plane of a planar (2D) image (GenTL).
 
static final int bpdt3DImage = acquireJNI.bpdt3DImage_get()
 3D image (pixel coordinates) (GenTL).
 
static final int bpdt3DPlaneBiplanar = acquireJNI.bpdt3DPlaneBiplanar_get()
 Single color plane of a planar (3D) image (GenTL).
 
static final int bpdt3DPlaneQuadplanar = acquireJNI.bpdt3DPlaneQuadplanar_get()
 Single color plane of a planar (3D) image (GenTL).
 
static final int bpdt3DPlaneTriplanar = acquireJNI.bpdt3DPlaneTriplanar_get()
 Single color plane of a planar (3D) image (GenTL).
 
static final int bpdtConfidenceMap = acquireJNI.bpdtConfidenceMap_get()
 Confidence of the individual pixel values (GenTL).
 
static final int bpdtGDC_2DImage = acquireJNI.bpdtGDC_2DImage_get()
 Color or monochrome (2D) image (GenDC).
 
static final int bpdtGDC_GenICamChunkData = acquireJNI.bpdtGDC_GenICamChunkData_get()
 Chunk data (GenDC).
 
static final int bpdtGDC_GenICamXML = acquireJNI.bpdtGDC_GenICamXML_get()
 GenICam XML data (GenDC).
 
static final int bpdtGDC_H264 = acquireJNI.bpdtGDC_H264_get()
 A H.264 buffer (GenDC).
 
static final int bpdtGDC_JPEG = acquireJNI.bpdtGDC_JPEG_get()
 JPEG image data (GenDC).
 
static final int bpdtGDC_JPEG2000 = acquireJNI.bpdtGDC_JPEG2000_get()
 JPEG 2000 image data (GenDC).
 
static final int bpdtGenICamChunkData = acquireJNI.bpdtGenICamChunkData_get()
 Chunk data (GenTL).
 
static final int bpdtJPEG = acquireJNI.bpdtJPEG_get()
 JPEG image data (GenTL).
 
static final int bpdtJPEG2000 = acquireJNI.bpdtJPEG2000_get()
 JPEG 2000 image data (GenTL).
 
static final int bpdtUnknown = acquireJNI.bpdtUnknown_get()
 The framework is not aware of the data type of the data in the provided buffer part.
 

Detailed Description

Defines buffer part data types.

Since
2.20.0

Member Data Documentation

◆ bpdt2DImage

final int bpdt2DImage = acquireJNI.bpdt2DImage_get()
static

Color or monochrome (2D) image (GenTL).

This part carries all the pixel data of given image (even if the image is represented by a single-plane pixel format).

◆ bpdt2DPlaneBiplanar

final int bpdt2DPlaneBiplanar = acquireJNI.bpdt2DPlaneBiplanar_get()
static

Single color plane of a planar (2D) image (GenTL).

The data should be linked with the other color planes to get the complete image. The complete image consists of 2 planes. The planes of a given planar image must be placed as consecutive parts within the buffer.

◆ bpdt2DPlaneQuadplanar

final int bpdt2DPlaneQuadplanar = acquireJNI.bpdt2DPlaneQuadplanar_get()
static

Single color plane of a planar (2D) image (GenTL).

The data should be linked with the other color planes to get the complete image. The complete image consists of 4 planes. The planes of a given planar image must be placed as consecutive parts within the buffer.

◆ bpdt2DPlaneTriplanar

final int bpdt2DPlaneTriplanar = acquireJNI.bpdt2DPlaneTriplanar_get()
static

Single color plane of a planar (2D) image (GenTL).

The data should be linked with the other color planes to get the complete image. The complete image consists of 3 planes. The planes of a given planar image must be placed as consecutive parts within the buffer.

◆ bpdt3DImage

final int bpdt3DImage = acquireJNI.bpdt3DImage_get()
static

3D image (pixel coordinates) (GenTL).

This part carries all the pixel data of given image (even if the image is represented by a single-plane pixel format, for example when transferring the depth map only).

◆ bpdt3DPlaneBiplanar

final int bpdt3DPlaneBiplanar = acquireJNI.bpdt3DPlaneBiplanar_get()
static

Single color plane of a planar (3D) image (GenTL).

The data should be linked with the other color planes to get the complete image. The complete image consists of 2 planes. The planes of a given planar image must be placed as consecutive parts within the buffer.

◆ bpdt3DPlaneQuadplanar

final int bpdt3DPlaneQuadplanar = acquireJNI.bpdt3DPlaneQuadplanar_get()
static

Single color plane of a planar (3D) image (GenTL).

The data should be linked with the other color planes to get the complete image. The complete image consists of 4 planes. The planes of a given planar image must be placed as consecutive parts within the buffer.

◆ bpdt3DPlaneTriplanar

final int bpdt3DPlaneTriplanar = acquireJNI.bpdt3DPlaneTriplanar_get()
static

Single color plane of a planar (3D) image (GenTL).

The data should be linked with the other color planes to get the complete image. The complete image consists of 3 planes. The planes of a given planar image must be placed as consecutive parts within the buffer.

◆ bpdtConfidenceMap

final int bpdtConfidenceMap = acquireJNI.bpdtConfidenceMap_get()
static

Confidence of the individual pixel values (GenTL).

Expresses the level of validity of given pixel values. Confidence map is always used together with one or more additional image-based parts matching 1:1 dimension-wise. Each value in the confidence map expresses level of validity of the image pixel at matching position.

◆ bpdtGDC_2DImage

final int bpdtGDC_2DImage = acquireJNI.bpdtGDC_2DImage_get()
static

Color or monochrome (2D) image (GenDC).

This part carries all the pixel data of given image (even if the image is represented by a single-plane pixel format).

◆ bpdtGDC_GenICamChunkData

final int bpdtGDC_GenICamChunkData = acquireJNI.bpdtGDC_GenICamChunkData_get()
static

Chunk data (GenDC).

The data in this buffer part contains chunk data which can be decoded according the standard the data originated from.

Since
2.50.0

◆ bpdtGDC_GenICamXML

final int bpdtGDC_GenICamXML = acquireJNI.bpdtGDC_GenICamXML_get()
static

GenICam XML data (GenDC).

The data in this buffer part contains a GenICam XML file.

Since
2.50.0

◆ bpdtGDC_H264

final int bpdtGDC_H264 = acquireJNI.bpdtGDC_H264_get()
static

A H.264 buffer (GenDC).

The data in this buffer part contains H.264 frame.

Since
2.50.0

◆ bpdtGDC_JPEG

final int bpdtGDC_JPEG = acquireJNI.bpdtGDC_JPEG_get()
static

JPEG image data (GenDC).

Since
2.50.0

◆ bpdtGDC_JPEG2000

final int bpdtGDC_JPEG2000 = acquireJNI.bpdtGDC_JPEG2000_get()
static

JPEG 2000 image data (GenDC).

Since
2.50.0

◆ bpdtGenICamChunkData

final int bpdtGenICamChunkData = acquireJNI.bpdtGenICamChunkData_get()
static

Chunk data (GenTL).

The data in this buffer part contains chunk data which can be decoded according the standard the data originated from.

Since
2.50.0

◆ bpdtJPEG

final int bpdtJPEG = acquireJNI.bpdtJPEG_get()
static

JPEG image data (GenTL).

◆ bpdtJPEG2000

final int bpdtJPEG2000 = acquireJNI.bpdtJPEG2000_get()
static

JPEG 2000 image data (GenTL).

◆ bpdtUnknown

final int bpdtUnknown = acquireJNI.bpdtUnknown_get()
static

The framework is not aware of the data type of the data in the provided buffer part.

From the application perspective this can be handled as raw data.