SettingsSamplingGroupPixel Property  | 
 For Zivid 2/2+, this setting controls whether to read out the full image sensor and
use white projector light or to subsample pixels for specific color channels with
corresponding projector light. Picking a specific color channel can help reduce noise
and effects of ambient light - projecting blue light is recommended.
For Zivid 2+R, the user does not have to set the projection color and should only
consider whether to scale the resolution `by2x2` or `by4x4`. Both of these modes
will boost the signal strength by about 4x compared to `all`, so the user should
consider a corresponding reduction in exposure time.
Sampling at a decreased resolution decreases capture time, as less data will be captured and processed.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic Nullable<SettingsSamplingGroupPixelOption> Pixel { get; set; }Public Property Pixel As Nullable(Of SettingsSamplingGroupPixelOption)
	Get
	Set
public:
property Nullable<SettingsSamplingGroupPixelOption> Pixel {
	Nullable<SettingsSamplingGroupPixelOption> get ();
	void set (Nullable<SettingsSamplingGroupPixelOption> value);
}Property Value
Type: 
NullableSettingsSamplingGroupPixelOption
See Also