Click or drag to resize

SettingsSamplingGroupColor Property

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 Nullable<SettingsSamplingGroupColorOption> Color { get; set; }

Property Value

Type: NullableSettingsSamplingGroupColorOption
See Also