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
Namespace:
Zivid.NET.Presets
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public abstract class PresetBase<ManagedSettings>
Public MustInherit Class PresetBase(Of ManagedSettings)
generic<typename ManagedSettings>
public ref class PresetBase abstract
Type Parameters
- ManagedSettings
The PresetBaseManagedSettings type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Name | The name of the preset |
| Settings | The settings of the preset |
TopMethods
| Name | Description |
---|
| ToString | Get string representation of the preset (Overrides ObjectToString.) |
TopRemarks
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