SettingsSamplingGroupColorOption Enumeration |
Choose how to sample colors for the pointcloud. The `rgb` option gives all
colors for a regular Zivid camera. The `disabled` option gives no colors and
can allow for faster captures. It is also useful if you want to avoid projecting
white light in the subsampling modes under `Sampling::Pixel`.
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 | |
See Also