Click or drag to resize

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 enum PixelOption
Members
  Member nameValueDescription
All0
BlueSubsample2x21
RedSubsample2x22
BlueSubsample4x43
RedSubsample4x44
See Also