SceneConditionsAmbientLightGroupFlickerClassification Property  | 
 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.15.0.0
Syntaxpublic SceneConditionsAmbientLightGroupFlickerClassificationOption FlickerClassification { get; set; }Public Property FlickerClassification As SceneConditionsAmbientLightGroupFlickerClassificationOption
	Get
	Set
public:
property SceneConditionsAmbientLightGroupFlickerClassificationOption FlickerClassification {
	SceneConditionsAmbientLightGroupFlickerClassificationOption get ();
	void set (SceneConditionsAmbientLightGroupFlickerClassificationOption value);
}Property Value
Type: 
SceneConditionsAmbientLightGroupFlickerClassificationOption
See Also