Click or drag to resize

SettingsProcessingGroupColorGroupExperimentalGroupToneMappingGroupEnabledOption Enumeration

This setting controls when tone mapping of colors is performed. Tone mapping will normalize the captured color image to the full available output range by applying a gain factor to the colors. For single-captures this can be used to brighten dark images. For HDR captures this is required to map high-dynamic-range colors to the more limited dynamic range output. This setting has two possible values. `Always` will perform tone-mapping for all captures. `HdrOnly` will perform tone mapping for HDR captures but not for single-captures. It is not possible to disable tone mapping for HDR captures.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public enum EnabledOption
Members
  Member nameValueDescription
Always0
HdrOnly1
See Also