SettingsSamplingGroupColor Property |
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 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