Settings2DSamplingGroupColorOption Enumeration |
Choose how to sample colors for the 2D image.
- `rgb` option gives an image with full colors.
- `grayscale` option gives a grayscale (r=g=b) image, which
can be acquired faster than full colors.
- `rgbStrongAmbientLight` option gives an image with full colors and reduced
color noise. This option should be chosen only for applications which
suffer from high color noise and with high amounts of ambient light in the
scene.
- `rgbAmbientSuppression` option gives an image with full colors while
suppressing the ambient light. The Zivid 2+R and Zivid 3 cameras suppress ambient
light by default, and therefore do not need the additional option
`rgbAmbientSuppression`.
The `grayscale`, `rgbStrongAmbientLight` and `rgbAmbientSuppression` options are not available on all camera models.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.17.1.0
SyntaxPublic Enumeration ColorOption
public enum class ColorOption
Members|
| Member name | Value | Description |
|---|
| Rgb | 0 | |
| Grayscale | 1 | |
| RgbStrongAmbientLight | 2 | |
| RgbAmbientSuppression | 3 | |
See Also