Impact Acquire SDK Java
TInfoSensorColorPattern Class Reference

Defines the bayer pattern of the sensor. More...

Static Public Attributes

static final int iscpBlueGreen = acquireJNI.iscpBlueGreen_get()
 This sensor starts to transmit a green pixel from a green and blue line.
 
static final int iscpGreenBlue = acquireJNI.iscpGreenBlue_get()
 This sensor starts to transmit a blue pixel from a green and blue line.
 
static final int iscpGreenRed = acquireJNI.iscpGreenRed_get()
 This sensor starts to transmit a green pixel from a green and red line.
 
static final int iscpRedGreen = acquireJNI.iscpRedGreen_get()
 This sensor starts to transmit a red pixel from a green and red line.
 
static final int iscpUnknown = acquireJNI.iscpUnknown_get()
 Nothing is known about the way the sensor transmits data.
 

Detailed Description

Defines the bayer pattern of the sensor.

Member Data Documentation

◆ iscpBlueGreen

final int iscpBlueGreen = acquireJNI.iscpBlueGreen_get()
static

This sensor starts to transmit a green pixel from a green and blue line.

The raw image therefore is structured like this:

GBGBGBGBGBGBG etc.
RGRGRGRGRGRGR etc.
GBGBGBGBGBGBG etc.
etc.

◆ iscpGreenBlue

final int iscpGreenBlue = acquireJNI.iscpGreenBlue_get()
static

This sensor starts to transmit a blue pixel from a green and blue line.

The raw image therefore is structured like this:

BGBGBGBGBGBGB etc.
GRGRGRGRGRGRG etc.
BGBGBGBGBGBGB etc.
etc.

◆ iscpGreenRed

final int iscpGreenRed = acquireJNI.iscpGreenRed_get()
static

This sensor starts to transmit a green pixel from a green and red line.

The raw image therefore is structured like this:

GRGRGRGRGRGRG etc.
BGBGBGBGBGBGB etc.
GRGRGRGRGRGRG etc.
etc.

◆ iscpRedGreen

final int iscpRedGreen = acquireJNI.iscpRedGreen_get()
static

This sensor starts to transmit a red pixel from a green and red line.

The raw image therefore is structured like this:

RGRGRGRGRGRGR etc.
GBGBGBGBGBGBG etc.
RGRGRGRGRGRGR etc.
etc.

◆ iscpUnknown

final int iscpUnknown = acquireJNI.iscpUnknown_get()
static

Nothing is known about the way the sensor transmits data.