Settings2DSamplingGroupPixel Property |
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.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public Nullable<Settings2DSamplingGroupPixelOption> Pixel { get; set; }
Public Property Pixel As Nullable(Of Settings2DSamplingGroupPixelOption)
Get
Set
public:
property Nullable<Settings2DSamplingGroupPixelOption> Pixel {
Nullable<Settings2DSamplingGroupPixelOption> get ();
void set (Nullable<Settings2DSamplingGroupPixelOption> value);
}
Property Value
Type:
NullableSettings2DSamplingGroupPixelOptionSee Also