Zivid C++ API 2.13.1+18e79e79-1
|
Go to the source code of this file.
Classes | |
class | Zivid::Presets::PresetBase< SettingsType > |
Presets are pre-defined settings that are tuned for different camera models to perform optimally under different conditions and use cases. More... | |
class | Zivid::Presets::CategoryBase< PresetType > |
Preset category. A preset category contains a collection of presets optimized for one scenario or use case. More... | |
Namespaces | |
namespace | Zivid |
The main Zivid namespace. All Zivid code is found here. | |
namespace | Zivid::Presets |
Typedefs | |
using | Zivid::Presets::Preset = PresetBase<Zivid::Settings> |
3D presets | |
using | Zivid::Presets::Category = CategoryBase<Preset> |
3D presets category | |
Functions | |
ZIVID_CORE_EXPORT std::vector< Category > | Zivid::Presets::categories (const CameraInfo::Model &model) |
Returns a list of preset categories, where each category contains a list of recommended presets. | |
template<typename Settings > | |
ZIVID_CORE_EXPORT std::ostream & | Zivid::Presets::operator<< (std::ostream &stream, const PresetBase< Settings > &preset) |
Serialize the value to a stream. | |
template<typename Preset > | |
ZIVID_CORE_EXPORT std::ostream & | Zivid::Presets::operator<< (std::ostream &stream, const CategoryBase< Preset > &category) |
Serialize the value to a stream. | |