Zivid C++ API 2.14.0+e4a0c4a9-1
SettingsInfo.h File Reference

Go to the source code of this file.

Namespaces

namespace  Zivid
 The main Zivid namespace. All Zivid code is found here.
 
namespace  Zivid::Experimental
 
namespace  Zivid::Experimental::SettingsInfo
 

Macros

#define ZIVID_DETAIL_CAMERA_DEFAULT_VALUE(T)
 
#define ZIVID_DETAIL_CAMERA_VALID_VALUES(T)
 
#define ZIVID_DETAIL_CAMERA_VALID_RANGE(T)
 

Functions

template<typename T >
Zivid::Experimental::SettingsInfo::defaultValue (const CameraInfo &cameraInfo)
 
template<typename T >
std::set< typename T::ValueType > Zivid::Experimental::SettingsInfo::validValues (const CameraInfo &cameraInfo)
 
template<typename T , typename Ret = Range<typename T::ValueType>>
Ret Zivid::Experimental::SettingsInfo::validRange (const CameraInfo &cameraInfo)
 
ZIVID_CORE_EXPORT Resolution Zivid::Experimental::SettingsInfo::resolution (const CameraInfo &cameraInfo, const Settings &settings)
 Returns the resolution of captured frames according to the provided camera information and settings.
 

Macro Definition Documentation

◆ ZIVID_DETAIL_CAMERA_DEFAULT_VALUE

#define ZIVID_DETAIL_CAMERA_DEFAULT_VALUE ( T)
Value:
ZIVID_CORE_EXPORT T defaultValue(Tag<T> tag, const CameraInfo &cameraInfo)
#define ZIVID_CORE_EXPORT
Definition CoreExport.h:56

◆ ZIVID_DETAIL_CAMERA_VALID_RANGE

#define ZIVID_DETAIL_CAMERA_VALID_RANGE ( T)
Value:
ZIVID_CORE_EXPORT Range<T::ValueType> validRange(Tag<T> tag, const CameraInfo &cameraInfo)
#define ZIVID_DETAIL_CAMERA_DEFAULT_VALUE(T)
Definition SettingsInfo.h:54

◆ ZIVID_DETAIL_CAMERA_VALID_VALUES

#define ZIVID_DETAIL_CAMERA_VALID_VALUES ( T)
Value:
ZIVID_CORE_EXPORT std::set<T::ValueType> validValues(Tag<T> tag, const CameraInfo &cameraInfo)