Impact Acquire SDK Java
TImageRequestParam Class Reference

Defines valid image request parameters. More...

Static Public Attributes

static final int irpCameraOutputUsed = acquireJNI.irpCameraOutputUsed_get()
 The camera output used to transmit the image from the imaging device to the capture device.
 
static final int irpPixelFormat = acquireJNI.irpPixelFormat_get()
 The pixel format of an image request buffer.
 
static final int irpResult = acquireJNI.irpResult_get()
 The Result associated with an image request.
 
static final int irpState = acquireJNI.irpState_get()
 The current state of an image request.
 

Detailed Description

Defines valid image request parameters.

Some functions accept this type as the input for certain parameter related functions such as obtaining a string representation of the parameter specified.

Member Data Documentation

◆ irpCameraOutputUsed

final int irpCameraOutputUsed = acquireJNI.irpCameraOutputUsed_get()
static

The camera output used to transmit the image from the imaging device to the capture device.

◆ irpPixelFormat

final int irpPixelFormat = acquireJNI.irpPixelFormat_get()
static

The pixel format of an image request buffer.

◆ irpResult

final int irpResult = acquireJNI.irpResult_get()
static

The Result associated with an image request.

◆ irpState

final int irpState = acquireJNI.irpState_get()
static

The current state of an image request.