Impact Acquire SDK Java
TCameraTestMode Class Reference

Defines valid transmission modes for the camera. More...

Static Public Attributes

static final int ctmGreyRamp = acquireJNI.ctmGreyRamp_get()
 A grey gradient will be transmitted by the camera.
 
static final int ctmMovingColor = acquireJNI.ctmMovingColor_get()
 A color test image with some moving components in it will be displayed.
 
static final int ctmOff = acquireJNI.ctmOff_get()
 The 'normal' camera image will be transmitted.
 
static final int ctmWBTest = acquireJNI.ctmWBTest_get()
 A raw white Bayer image will be transmitted.
 

Detailed Description

Defines valid transmission modes for the camera.

Member Data Documentation

◆ ctmGreyRamp

final int ctmGreyRamp = acquireJNI.ctmGreyRamp_get()
static

A grey gradient will be transmitted by the camera.

◆ ctmMovingColor

final int ctmMovingColor = acquireJNI.ctmMovingColor_get()
static

A color test image with some moving components in it will be displayed.

◆ ctmOff

final int ctmOff = acquireJNI.ctmOff_get()
static

The 'normal' camera image will be transmitted.

◆ ctmWBTest

final int ctmWBTest = acquireJNI.ctmWBTest_get()
static

A raw white Bayer image will be transmitted.