SettingsSamplingGroupPixel Property  | 
 Set whether the full image sensor should be used with white projector light or
only specific color channels with corresponding projector light.
Using only a specific color channel will subsample pixels and give a
smaller resolution.
Subsampling decreases the capture time, as less data will be captured and processed.
Picking a specific color channel can also help reduce noise and effects of ambient light.
Projecting blue light will in most cases give better data than red light.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.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