2 #ifndef RICOH_CAMERA_SDK_LIVE_VIEW_SPECIFICATION_HPP_ 3 #define RICOH_CAMERA_SDK_LIVE_VIEW_SPECIFICATION_HPP_ 12 namespace CameraController {
47 static const std::string Name;
72 std::string toString()
const override;
81 #endif // RICOH_CAMERA_SDK_LIVE_VIEW_SPECIFICATION_HPP_ Definition: camera_device.hpp:13
int32_t width
Definition: live_view_specification.hpp:18
The stracture for live view image.
Definition: live_view_specification.hpp:17
This class is base for value of camera settings.
Definition: camera_device_setting.hpp:60
#define RCSDK_API
Definition: export.hpp:17
The class for setting value of live view specification.
Definition: live_view_specification.hpp:53
std::array< Point, 4 > focusArea
The vertices of focusable rectangular area. focusArea.at(0): upper-left vertex focusArea.at(1): upper-right vertex focusArea.at(2): lower-right vertex focusArea.at(3): lower-left vertex.
Definition: live_view_specification.hpp:28
The class for setting of live view specification.
Definition: live_view_specification.hpp:34
int32_t height
Definition: live_view_specification.hpp:19
This class is base class for camera device settings. Sub classes of this class are used to handle cam...
Definition: camera_device_setting.hpp:19