#include <CameraFeatures.hpp>
Public Attributes | |
Rect | fov |
Sensor active view area in physical area [pixels]. More... | |
std::int32_t | height = -1 |
float | maxFps = -1 |
float | minFps = -1 |
CameraSensorType | type |
std::int32_t | width = -1 |
Width and height in number of output pixels. More... | |
Sensor config
Definition at line 15 of file shared/depthai-shared/include/depthai-shared/common/CameraFeatures.hpp.
Rect dai::CameraSensorConfig::fov |
Sensor active view area in physical area [pixels].
Definition at line 20 of file shared/depthai-shared/include/depthai-shared/common/CameraFeatures.hpp.
std::int32_t dai::CameraSensorConfig::height = -1 |
Definition at line 17 of file shared/depthai-shared/include/depthai-shared/common/CameraFeatures.hpp.
float dai::CameraSensorConfig::maxFps = -1 |
Definition at line 18 of file shared/depthai-shared/include/depthai-shared/common/CameraFeatures.hpp.
float dai::CameraSensorConfig::minFps = -1 |
Definition at line 18 of file shared/depthai-shared/include/depthai-shared/common/CameraFeatures.hpp.
CameraSensorType dai::CameraSensorConfig::type |
Definition at line 21 of file shared/depthai-shared/include/depthai-shared/common/CameraFeatures.hpp.
std::int32_t dai::CameraSensorConfig::width = -1 |
Width and height in number of output pixels.
Definition at line 17 of file shared/depthai-shared/include/depthai-shared/common/CameraFeatures.hpp.