SuggestSettingsParametersAmbientLightFrequencyOption Enumeration |
Adapt suggested settings to the ambient light frequency. This can be used to avoid artifacts in the point
cloud due to AC powered ambient light being mixed in with the camera's projector light.
Select your power grid frequency. 60 Hz is typically used in Japan, Americas, Taiwan, South Korea, and the
Philippines. 50 Hz is the normal in rest of the world. If ambient light is unproblematic, turn off for
optimal performance.
Namespace:
Zivid.NET.CaptureAssistant
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public enum AmbientLightFrequencyOption
Public Enumeration AmbientLightFrequencyOption
public enum class AmbientLightFrequencyOption
Members
| Member name | Value | Description |
---|
| none | 0 | |
| hz50 | 1 | |
| hz60 | 2 | |
See Also