SettingsSamplingGroupColorOption Enumeration |
Choose how to sample colors for the point cloud. The `rgb` option gives a 2D image
with full colors. The `grayscale` option gives a grayscale (r=g=b) 2D image, which
can be acquired faster than full colors. The `disabled` option gives no colors and
can allow for even faster captures.
The `grayscale` option is not available on all camera models.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax Public Enumeration ColorOption
public enum class ColorOption
Members
| Member name | Value | Description |
---|
| Rgb | 0 | |
| Disabled | 1 | |
| Grayscale | 2 | |
See Also