Impact Acquire SDK Java
TBayerMosaicParity Class Reference

Defines valid Bayer formats. More...

Static Public Attributes

static final int bmpBG = acquireJNI.bmpBG_get()
 The buffer or image starts with a green-blue line starting with a blue pixel.
 
static final int bmpGB = acquireJNI.bmpGB_get()
 The buffer or image starts with a green-blue line starting with a green pixel.
 
static final int bmpGR = acquireJNI.bmpGR_get()
 The buffer or image starts with a green-red line starting with a green pixel.
 
static final int bmpRG = acquireJNI.bmpRG_get()
 The buffer or image starts with a green-red line starting with a red pixel.
 
static final int bmpUndefined = acquireJNI.bmpUndefined_get()
 It is not known whether the buffer or image contains raw Bayer data or the buffer or image does NOT contain raw Bayer data.
 

Detailed Description

Defines valid Bayer formats.

Member Data Documentation

◆ bmpBG

final int bmpBG = acquireJNI.bmpBG_get()
static

The buffer or image starts with a green-blue line starting with a blue pixel.

◆ bmpGB

final int bmpGB = acquireJNI.bmpGB_get()
static

The buffer or image starts with a green-blue line starting with a green pixel.

◆ bmpGR

final int bmpGR = acquireJNI.bmpGR_get()
static

The buffer or image starts with a green-red line starting with a green pixel.

◆ bmpRG

final int bmpRG = acquireJNI.bmpRG_get()
static

The buffer or image starts with a green-red line starting with a red pixel.

◆ bmpUndefined

final int bmpUndefined = acquireJNI.bmpUndefined_get()
static

It is not known whether the buffer or image contains raw Bayer data or the buffer or image does NOT contain raw Bayer data.