Click or drag to resize

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 enum ColorOption
Members
  Member nameValueDescription
Rgb0
Disabled1
See Also