PresetBase<ManagedSettings> Class |
Presets are pre-defined settings that are tuned to perform optimally for different camera models for
different conditions and use cases.
Inheritance Hierarchy
Namespace:
Zivid.NET.Presets
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic abstract class PresetBase<ManagedSettings>
Public MustInherit Class PresetBase(Of ManagedSettings)
generic<typename ManagedSettings>
public ref class PresetBase abstract
Type Parameters
- ManagedSettings
The PresetBase<ManagedSettings> type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Name | The name of the preset |
 | Settings | The settings of the preset |
Top
Methods
| Name | Description |
---|
 | ToString | Get string representation of the preset (Overrides Object.ToString().) |
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