Impact Acquire SDK Java
|
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. | |
Defines valid transmission modes for the camera.
|
static |
A grey gradient will be transmitted by the camera.
|
static |
A color test image with some moving components in it will be displayed.
|
static |
The 'normal' camera image will be transmitted.
|
static |
A raw white Bayer image will be transmitted.