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
Public Enumeration FlickerClassificationOption
public enum class FlickerClassificationOption
Members
| Member name | Value | Description |
---|
| NoFlicker | 0 | |
| UnknownFlicker | 1 | |
| Grid50hz | 2 | |
| Grid60hz | 3 | |
See Also