Click or drag to resize

Settings2DSamplingGroupColor Property

Choose how to sample colors for the 2D image. The `rgb` option gives an image with full colors. The `grayscale` option gives a grayscale (r=g=b) image, which can be acquired faster than full colors. 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<Settings2DSamplingGroupColorOption> Color { get; set; }

Property Value

Type: NullableSettings2DSamplingGroupColorOption
See Also