|
Impact Acquire SDK Java
|
Defines the data format the camera is sending (deprecated). More...
Static Public Attributes | |
| static final int | cdfBayer = acquireJNI.cdfBayer_get() |
| This is a Bayer format. | |
| static final int | cdfBayerPacked = acquireJNI.cdfBayerPacked_get() |
| This is a Bayer Packed format. | |
| static final int | cdfMono = acquireJNI.cdfMono_get() |
| This is a mono data format. | |
| static final int | cdfRGB = acquireJNI.cdfRGB_get() |
| This is a RGB format. | |
| static final int | cdfUnknown = acquireJNI.cdfUnknown_get() |
| This is an unknown type. | |
| static final int | cdfYUV = acquireJNI.cdfYUV_get() |
| This is a YUV format. | |
Defines the data format the camera is sending (deprecated).
|
static |
This is a Bayer format.
|
static |
This is a Bayer Packed format.
For each object line there is a red and a blue raw line to calculate the resulting color line.
|
static |
This is a mono data format.
|
static |
This is a RGB format.
|
static |
This is an unknown type.
|
static |
This is a YUV format.