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; }
Public Property Color As Nullable(Of SettingsSamplingGroupColorOption)
Get
Set
public:
property Nullable<SettingsSamplingGroupColorOption> Color {
Nullable<SettingsSamplingGroupColorOption> get ();
void set (Nullable<SettingsSamplingGroupColorOption> value);
}
Property Value
Type:
NullableSettingsSamplingGroupColorOptionSee Also