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.
- `rgb` option gives an image with full colors.
- `grayscale` option gives a grayscale (r=g=b) image, which
can be acquired faster than full colors.
- `rgbStrongAmbientLight` option gives an image with full colors and reduced
color noise. This option should be chosen only for applications which
suffer from high color noise and with high amounts of ambient light in the
scene.
- `rgbAmbientSuppression` option gives an image with full colors while
suppressing the ambient light. The Zivid 2+R and Zivid 3 cameras suppress ambient
light by default, and therefore do not need the additional option
`rgbAmbientSuppression`.
The `grayscale`, `rgbStrongAmbientLight` and `rgbAmbientSuppression` options are not available on all camera models.
| |
| Interval | ||
| Pixel | Set the pixel sampling to use for the 2D capture. This setting defines how the camera sensor is sampled.
When doing 2D+3D capture, picking the same value that is used for 3D is generally recommended.
|
| 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.) |