IMG_ATTR_COLOR_RGB_CORING_LEVEL
Selects among four different coring levels. On any image pixel, if the color saturation of the pixel is lower than the specified value, the saturation is set to zero, which results in a monochrome pixel.
Values
The following list includes possible constant values:
- IMG_COLOR_RGB_CORING_LEVEL_NOCORING—Coring not activated.
- IMG_COLOR_RGB_CORING_LEVEL_C1—Coring activated for saturation equal or below 1 LSB.
- IMG_COLOR_RGB_CORING_LEVEL_C3—Coring activated for saturation equal or below 3 LSB.
- IMG_COLOR_RGB_CORING_LEVEL_C7—Coring activated for saturation equal or below 7 LSB.
Remarks
The following table shows when the property is readable and writable and what devices it applies to.
Datatype | Readable | Writable | Device |
---|---|---|---|
uInt32 | Always | Configuration |
|