Settings2DSamplingGroupPixelOption Enumeration |
Set the pixel sampling to use for the 2D capture. This setting defines how the camera sensor is sampled.
When doing 2D+3D capture, picking the same value that is used for 3D is generally recommended.
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