Impact Acquire SDK Java
TInfoSensorColorMode Class Reference

Defines the type of camera sensor. More...

Static Public Attributes

static final int iscmBayer = acquireJNI.iscmBayer_get()
 This is a Bayer color sensor.
 
static final int iscmColor = acquireJNI.iscmColor_get()
 This is a color sensor.
 
static final int iscmMono = acquireJNI.iscmMono_get()
 This is a mono sensor.
 
static final int iscmNIR = acquireJNI.iscmNIR_get()
 This is a sensor sensitive in the near IF spectrum only.
 
static final int iscmUnknown = acquireJNI.iscmUnknown_get()
 This is an unknown type of sensor.
 

Detailed Description

Defines the type of camera sensor.

Member Data Documentation

◆ iscmBayer

final int iscmBayer = acquireJNI.iscmBayer_get()
static

This is a Bayer color sensor.

◆ iscmColor

final int iscmColor = acquireJNI.iscmColor_get()
static

This is a color sensor.

◆ iscmMono

final int iscmMono = acquireJNI.iscmMono_get()
static

This is a mono sensor.

◆ iscmNIR

final int iscmNIR = acquireJNI.iscmNIR_get()
static

This is a sensor sensitive in the near IF spectrum only.

◆ iscmUnknown

final int iscmUnknown = acquireJNI.iscmUnknown_get()
static

This is an unknown type of sensor.