SettingsSamplingGroupPixelOption Enumeration |
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.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 | |
| By2x2 | 5 | |
| By4x4 | 6 | |
See Also