RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
The stracture for live view image. More...
#include <ricoh_camera_sdk/live_view_specification.hpp>
Public Attributes | |
int32_t | width |
int32_t | height |
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. More... | |
The stracture for live view image.
std::array<Point, 4> Ricoh::CameraController::LiveViewImage::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.
int32_t Ricoh::CameraController::LiveViewImage::height |
int32_t Ricoh::CameraController::LiveViewImage::width |