#include <BoardConfig.hpp>
Public Attributes | |
std::string | name |
tl::optional< CameraImageOrientation > | orientation |
tl::optional< CameraSensorType > | sensorType |
Camera description.
Definition at line 128 of file BoardConfig.hpp.
std::string dai::BoardConfig::Camera::name |
Definition at line 129 of file BoardConfig.hpp.
tl::optional<CameraImageOrientation> dai::BoardConfig::Camera::orientation |
Definition at line 135 of file BoardConfig.hpp.
tl::optional<CameraSensorType> dai::BoardConfig::Camera::sensorType |
Definition at line 132 of file BoardConfig.hpp.