Click or drag to resize

SceneConditionsAmbientLightGroup Class

The ambient light detected by the camera.
Inheritance Hierarchy
SystemObject
  Zivid.NETSceneConditionsAmbientLightGroup

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public class AmbientLightGroup

The SceneConditionsAmbientLightGroup type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFlickerClassification
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.
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