Settings2DSamplingGroupColor Property |
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.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.17.1.0
Syntaxpublic Nullable<Settings2DSamplingGroupColorOption> Color { get; set; }Public Property Color As Nullable(Of Settings2DSamplingGroupColorOption)
Get
Set
public:
property Nullable<Settings2DSamplingGroupColorOption> Color {
Nullable<Settings2DSamplingGroupColorOption> get ();
void set (Nullable<Settings2DSamplingGroupColorOption> value);
}Property Value
Type:
NullableSettings2DSamplingGroupColorOption
See Also