Impact Acquire SDK Java
TImageBufferFormatReinterpreterMode Class Reference

Valid image buffer format reinterpreter modes. More...

Static Public Attributes

static final int ibfrmMono10_To_Mono10 = acquireJNI.ibfrmMono10_To_Mono10_get()
 Attach or remove a mvIMPACT.acquire.TBayerMosaicParity attribute to a mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 buffer OR change the existing Bayer attribute to a different value.
 
static final int ibfrmMono10_To_RGB101010Packed = acquireJNI.ibfrmMono10_To_RGB101010Packed_get()
 Reinterpret mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono10 as mvIMPACT.acquire.TImageBufferPixelFormat.ibpfRGB101010Packed.
 
static final int ibfrmMono12_To_Mono12 = acquireJNI.ibfrmMono12_To_Mono12_get()
 Attach or remove a mvIMPACT.acquire.TBayerMosaicParity attribute to a mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 buffer OR change the existing Bayer attribute to a different value.
 
static final int ibfrmMono12_To_RGB121212Packed = acquireJNI.ibfrmMono12_To_RGB121212Packed_get()
 Reinterpret mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono12 as mvIMPACT.acquire.TImageBufferPixelFormat.ibpfRGB121212Packed.
 
static final int ibfrmMono14_To_Mono14 = acquireJNI.ibfrmMono14_To_Mono14_get()
 Attach or remove a mvIMPACT.acquire.TBayerMosaicParity attribute to a mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 buffer OR change the existing Bayer attribute to a different value.
 
static final int ibfrmMono14_To_RGB141414Packed = acquireJNI.ibfrmMono14_To_RGB141414Packed_get()
 Reinterpret mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono14 as mvIMPACT.acquire.TImageBufferPixelFormat.ibpfRGB141414Packed.
 
static final int ibfrmMono16_To_Mono16 = acquireJNI.ibfrmMono16_To_Mono16_get()
 Attach or remove a mvIMPACT.acquire.TBayerMosaicParity attribute to a mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 buffer OR change the existing Bayer attribute to a different value.
 
static final int ibfrmMono16_To_RGB161616Packed = acquireJNI.ibfrmMono16_To_RGB161616Packed_get()
 Reinterpret mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono16 as mvIMPACT.acquire.TImageBufferPixelFormat.ibpfRGB161616Packed.
 
static final int ibfrmMono8_To_BGR888Packed = acquireJNI.ibfrmMono8_To_BGR888Packed_get()
 Reinterpret mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 as mvIMPACT.acquire.TImageBufferPixelFormat.ibpfBGR888Packed.
 
static final int ibfrmMono8_To_Mono8 = acquireJNI.ibfrmMono8_To_Mono8_get()
 Attach or remove a mvIMPACT.acquire.TBayerMosaicParity attribute to a mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 buffer OR change the existing Bayer attribute to a different value.
 
static final int ibfrmMono8_To_RGB888Packed = acquireJNI.ibfrmMono8_To_RGB888Packed_get()
 Reinterpret mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 as mvIMPACT.acquire.TImageBufferPixelFormat.ibpfRGB888Packed.
 

Detailed Description

Valid image buffer format reinterpreter modes.

Since
2.10.1

Member Data Documentation

◆ ibfrmMono10_To_Mono10

final int ibfrmMono10_To_Mono10 = acquireJNI.ibfrmMono10_To_Mono10_get()
static

Attach or remove a mvIMPACT.acquire.TBayerMosaicParity attribute to a mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 buffer OR change the existing Bayer attribute to a different value.

The new mvIMPACT.acquire.TBayerMosaicParity value for the buffer can be selected by the property FormatReinterpreterBayerMosaicParity.

◆ ibfrmMono10_To_RGB101010Packed

final int ibfrmMono10_To_RGB101010Packed = acquireJNI.ibfrmMono10_To_RGB101010Packed_get()
static

Reinterpret mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono10 as mvIMPACT.acquire.TImageBufferPixelFormat.ibpfRGB101010Packed.

This will effectively divide the width by 3 but preserve the original line pitch.

◆ ibfrmMono12_To_Mono12

final int ibfrmMono12_To_Mono12 = acquireJNI.ibfrmMono12_To_Mono12_get()
static

Attach or remove a mvIMPACT.acquire.TBayerMosaicParity attribute to a mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 buffer OR change the existing Bayer attribute to a different value.

The new mvIMPACT.acquire.TBayerMosaicParity value for the buffer can be selected by the property FormatReinterpreterBayerMosaicParity.

◆ ibfrmMono12_To_RGB121212Packed

final int ibfrmMono12_To_RGB121212Packed = acquireJNI.ibfrmMono12_To_RGB121212Packed_get()
static

Reinterpret mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono12 as mvIMPACT.acquire.TImageBufferPixelFormat.ibpfRGB121212Packed.

This will effectively divide the width by 3 but preserve the original line pitch.

◆ ibfrmMono14_To_Mono14

final int ibfrmMono14_To_Mono14 = acquireJNI.ibfrmMono14_To_Mono14_get()
static

Attach or remove a mvIMPACT.acquire.TBayerMosaicParity attribute to a mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 buffer OR change the existing Bayer attribute to a different value.

The new mvIMPACT.acquire.TBayerMosaicParity value for the buffer can be selected by the property FormatReinterpreterBayerMosaicParity.

◆ ibfrmMono14_To_RGB141414Packed

final int ibfrmMono14_To_RGB141414Packed = acquireJNI.ibfrmMono14_To_RGB141414Packed_get()
static

Reinterpret mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono14 as mvIMPACT.acquire.TImageBufferPixelFormat.ibpfRGB141414Packed.

This will effectively divide the width by 3 but preserve the original line pitch.

◆ ibfrmMono16_To_Mono16

final int ibfrmMono16_To_Mono16 = acquireJNI.ibfrmMono16_To_Mono16_get()
static

Attach or remove a mvIMPACT.acquire.TBayerMosaicParity attribute to a mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 buffer OR change the existing Bayer attribute to a different value.

The new mvIMPACT.acquire.TBayerMosaicParity value for the buffer can be selected by the property FormatReinterpreterBayerMosaicParity.

◆ ibfrmMono16_To_RGB161616Packed

final int ibfrmMono16_To_RGB161616Packed = acquireJNI.ibfrmMono16_To_RGB161616Packed_get()
static

Reinterpret mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono16 as mvIMPACT.acquire.TImageBufferPixelFormat.ibpfRGB161616Packed.

This will effectively divide the width by 3 but preserve the original line pitch.

◆ ibfrmMono8_To_BGR888Packed

final int ibfrmMono8_To_BGR888Packed = acquireJNI.ibfrmMono8_To_BGR888Packed_get()
static

Reinterpret mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 as mvIMPACT.acquire.TImageBufferPixelFormat.ibpfBGR888Packed.

This will effectively divide the width by 3 but preserve the original line pitch.

◆ ibfrmMono8_To_Mono8

final int ibfrmMono8_To_Mono8 = acquireJNI.ibfrmMono8_To_Mono8_get()
static

Attach or remove a mvIMPACT.acquire.TBayerMosaicParity attribute to a mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 buffer OR change the existing Bayer attribute to a different value.

The new mvIMPACT.acquire.TBayerMosaicParity value for the buffer can be selected by the property FormatReinterpreterBayerMosaicParity.

◆ ibfrmMono8_To_RGB888Packed

final int ibfrmMono8_To_RGB888Packed = acquireJNI.ibfrmMono8_To_RGB888Packed_get()
static

Reinterpret mvIMPACT.acquire.TImageBufferPixelFormat.ibpfMono8 as mvIMPACT.acquire.TImageBufferPixelFormat.ibpfRGB888Packed.

This will effectively divide the width by 3 but preserve the original line pitch.