Zivid C++ API 2.13.1+18e79e79-1
|
Presets are pre-defined settings that are tuned for different camera models to perform optimally under different conditions and use cases. More...
#include <Zivid/Presets.h>
Public Member Functions | |
PresetBase (std::string name, SettingsType settings) noexcept | |
Constructor. | |
const std::string & | name () const noexcept |
Get the name of the preset. | |
const SettingsType & | settings () const noexcept |
Get the settings of the preset. | |
std::string | toString () const |
Get string representation of the preset. | |
Presets are pre-defined settings that are tuned for different camera models to perform optimally under different conditions and use cases.
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.
|
noexcept |
Constructor.
|
noexcept |
Get the name of the preset.
|
noexcept |
Get the settings of the preset.
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.
std::string Zivid::Presets::PresetBase< SettingsType >::toString | ( | ) | const |
Get string representation of the preset.