Click or drag to resize

PresetBaseManagedSettings Class

Presets are pre-defined settings that are tuned to perform optimally for different camera models for different conditions and use cases.
Inheritance Hierarchy
SystemObject
  Zivid.NET.PresetsPresetBaseManagedSettings
    Zivid.NET.PresetsPreset

Namespace:  Zivid.NET.Presets
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public abstract class PresetBase<ManagedSettings>

Type Parameters

ManagedSettings

The PresetBaseManagedSettings type exposes the following members.

Constructors
  NameDescription
Public methodPresetBaseManagedSettings
Initializes a new instance of the PresetBaseManagedSettings class
Top
Properties
  NameDescription
Public propertyName
The name of the preset
Public propertySettings
The settings of the preset
Top
Methods
  NameDescription
Public methodToString
Get string representation of the preset
(Overrides ObjectToString.)
Top
Remarks
The settings might change between different releases of the SDK. New presets might be added and old ones might be removed. If having the exact same settings is desired, it is recommended to save them to a YML file and load as needed.
See Also