SettingsSamplingGroupPixelOption Enumeration |
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
Syntax Public Enumeration PixelOption
public enum class PixelOption
Members
| Member name | Value | Description |
---|
| All | 0 | |
| BlueSubsample2x2 | 1 | |
| RedSubsample2x2 | 2 | |
| BlueSubsample4x4 | 3 | |
| RedSubsample4x4 | 4 | |
See Also