Settings2DSamplingGroup Class |
Namespace: Zivid.NET
The Settings2DSamplingGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| Settings2DSamplingGroup | Constructor |
| Name | Description | |
|---|---|---|
| Color | 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.
| |
| Pixel | Use this setting to obtain an image that matches a point cloud captured with the equivalent sampling setting.
|
| Name | Description | |
|---|---|---|
| Clone | Create a clone (deep copy) of the current instance | |
| CopyWith | Create a clone (deep copy) of the current instance and invoke delegate on the clone | |
| ToString | Get string representation of the object (Overrides ObjectToString.) |