Impact Acquire SDK Java
TPayloadType Class Reference

Defines supported payload types. More...

Static Public Attributes

static final int pt2DImage = acquireJNI.pt2DImage_get()
 Color or monochrome (2D) image.
 
static final int ptChunkOnly = acquireJNI.ptChunkOnly_get()
 Chunk data only.
 
static final int ptGenDC = acquireJNI.ptGenDC_get()
 GenDC data.
 
static final int ptH264 = acquireJNI.ptH264_get()
 H.264 image data.
 
static final int ptJPEG = acquireJNI.ptJPEG_get()
 JPEG image data.
 
static final int ptJPEG2000 = acquireJNI.ptJPEG2000_get()
 JPEG 2000 image data.
 
static final int ptMultiPart = acquireJNI.ptMultiPart_get()
 Multi-Part data.
 
static final int ptUnknown = acquireJNI.ptUnknown_get()
 The framework is not aware of the data type of this request.
 

Detailed Description

Defines supported payload types.

Since
3.2.0

Member Data Documentation

◆ pt2DImage

final int pt2DImage = acquireJNI.pt2DImage_get()
static

Color or monochrome (2D) image.

This request carries pixel data belonging to a single image and maybe some additional chunk data as well.

Since
3.2.0

◆ ptChunkOnly

final int ptChunkOnly = acquireJNI.ptChunkOnly_get()
static

Chunk data only.

This request carries chunk data as defined by the corresponding vision standards and no additional payload.

See also
Chunk Data Format
Since
3.2.0

◆ ptGenDC

final int ptGenDC = acquireJNI.ptGenDC_get()
static

GenDC data.

This request carries GenDC data as defined by the corresponding vision standards. In order to access the individual parts forming the full request either the buffer part related API can be used or the full GenDC container can be interpreted by using official header files or knowledge obtained by reading the GenICam™ GenDC standard.

See also
GenICam™ GenDC Format
Since
3.2.0

◆ ptH264

final int ptH264 = acquireJNI.ptH264_get()
static

H.264 image data.

This request carries H.264 data belonging to a single image.

Since
3.2.0

◆ ptJPEG

final int ptJPEG = acquireJNI.ptJPEG_get()
static

JPEG image data.

This request carries JPEG data belonging to a single image.

Since
3.2.0

◆ ptJPEG2000

final int ptJPEG2000 = acquireJNI.ptJPEG2000_get()
static

JPEG 2000 image data.

This request carries JPEG 2000 data belonging to a single image.

Since
3.2.0

◆ ptMultiPart

final int ptMultiPart = acquireJNI.ptMultiPart_get()
static

Multi-Part data.

This request carries multi-part data as defined by the corresponding vision standards and maybe some additional chunk data as well. In order to access the individual parts forming the full request the buffer part related API can be used.

See also
Multi-Part Format
Since
3.2.0

◆ ptUnknown

final int ptUnknown = acquireJNI.ptUnknown_get()
static

The framework is not aware of the data type of this request.

From the application perspective this can be handled as raw data. However the most likely reason for unknown data is that the request either does not contain any data right now or the last capture operation did fail for any reason.

Since
3.2.0