Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
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 More... | |
const std::string & | name () const noexcept |
Get the name of the preset More... | |
const SettingsType & | settings () const noexcept |
Get the settings of the preset More... | |
std::string | toString () const |
Get string representation of the preset More... | |
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