SettingsSamplingGroupColorOption Enumeration |
Choose how to sample colors for the point cloud.
- `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.
This setting is deprecated as of SDK 2.14. This setting will be removed in the next SDK major
version (SDK 3.0). The recommended way to do a 2D+3D capture is to set a `Settings2D` object
in the `Settings/Color` field. Tip: If you want to convert an existing settings.yml file to
the recommended API, you can import the .yml file into Zivid Studio and then re-export it to
.yml.
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 | |
| Disabled | 1 | |
| Grayscale | 2 | |
| RgbStrongAmbientLight | 3 | |
| RgbAmbientSuppression | 4 | |
See Also