Click or drag to resize

SceneConditionsAmbientLightGroupFlickerClassificationOption Enumeration

A classification of the detected ambient light flicker, if any. The values `grid50hz` and `grid60hz` indicate that ambient light matching a 50 Hz or 60 Hz power grid was detected in the scene. In those cases it is recommended to use Ambient Light Adaptation for better point cloud quality. The value `unknownFlicker` indicates that some significant time-varying ambient light was detected, but it did not match the characteristics of a standard power grid.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public enum FlickerClassificationOption
Members
  Member nameValueDescription
NoFlicker0
UnknownFlicker1
Grid50hz2
Grid60hz3
See Also