CaptureAssistantAmbientLightFrequency Enumeration |
Used to optionally ensure that the settings suggested by the Capture Assistant
are compatible with the frequency of the ambient light in the scene.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic enum AmbientLightFrequency
Public Enumeration AmbientLightFrequency
public enum class AmbientLightFrequency
Members
| Member name | Value | Description |
---|
| hz50 | 0 | Adapt to 50hz lighting. |
| hz60 | 1 | Adapt to 60hz lighting. |
| none | 2 | No ambient-light adaptation. |
See Also