Defines the data format the camera is sending (deprecated.
More...
|
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.
- Deprecated
- Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!
◆ cdfBayer
final int cdfBayer = acquireJNI.cdfBayer_get() |
|
static |
This is a Bayer format.
- Deprecated
- Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!
◆ cdfBayerPacked
final int cdfBayerPacked = acquireJNI.cdfBayerPacked_get() |
|
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.
- Deprecated
- Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!
◆ cdfMono
final int cdfMono = acquireJNI.cdfMono_get() |
|
static |
This is a mono data format.
- Deprecated
- Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!
◆ cdfRGB
final int cdfRGB = acquireJNI.cdfRGB_get() |
|
static |
This is a RGB format.
- Deprecated
- Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!
◆ cdfUnknown
final int cdfUnknown = acquireJNI.cdfUnknown_get() |
|
static |
This is an unknown type.
- Deprecated
- Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!
◆ cdfYUV
final int cdfYUV = acquireJNI.cdfYUV_get() |
|
static |
This is a YUV format.
- Deprecated
- Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!