Click or drag to resize

SettingsSamplingGroup Class

Sampling group
Inheritance Hierarchy
SystemObject
  Zivid.NETSettingsSamplingGroup

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class SamplingGroup

The SettingsSamplingGroup type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyColor
Choose how to sample colors for the pointcloud. The `rgb` option gives all colors for a regular Zivid camera. The `disabled` option gives no colors and can allow for faster captures. It is also useful if you want to avoid projecting white light in the subsampling modes under `Sampling::Pixel`.
Public propertyPixel
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.
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodCopyWith
Create a clone (deep copy) of the current instance and invoke delegate on the clone
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also