RICOH Camera USB SDK for C++  1.1.0
RICOH Camera USB SDK for C++
Public Attributes | List of all members
Ricoh::CameraController::LiveViewImage Struct Reference

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...
 

Detailed Description

The stracture for live view image.

Member Data Documentation

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

The documentation for this struct was generated from the following file: