Impact Acquire SDK Java
TInfoSensorType Class Reference

Defines the type of camera sensor. More...

Static Public Attributes

static final int istCCD = acquireJNI.istCCD_get()
 This is a CCD sensor.
 
static final int istCMOS = acquireJNI.istCMOS_get()
 This is a CMOS sensor.
 
static final int istUnknown = acquireJNI.istUnknown_get()
 This is an unknown type of sensor.
 

Detailed Description

Defines the type of camera sensor.

Member Data Documentation

◆ istCCD

final int istCCD = acquireJNI.istCCD_get()
static

This is a CCD sensor.

◆ istCMOS

final int istCMOS = acquireJNI.istCMOS_get()
static

This is a CMOS sensor.

◆ istUnknown

final int istUnknown = acquireJNI.istUnknown_get()
static

This is an unknown type of sensor.