|
anyKode Marilou
|
Camera images capture settings, extended version.
struct DeviceImageSourceSettingsEx {
MU8 Valid;
MU16 Width;
MU16 Height;
MU16 Format;
float ZoomFactor;
float MaxZoomFactor;
float ToMaxZoomTime;
float zNear;
float zFar;
float fovRad;
};modacommons.h
|
Members |
Description |
|
MU8 Valid; |
Validity of the settings. |
|
MU16 Width; |
Image width in pixels. |
|
MU16 Height; |
Image height in pixels. |
|
MU16 Format; |
Camera images surface format. The surface format describes how image pixels are stored (see Marilou::Commons::SurfaceFormats). |
|
float ZoomFactor; |
Camera zoom factor. |
|
float MaxZoomFactor; |
Max camera zoom factor. |
|
float ToMaxZoomTime; |
Time needed to zoom from *1 to *MaxZoomFactor (s). |
|
float zNear; |
Camera viewpoint near plane distance (m). |
|
float zFar; |
Camera viewpoint far plane distance (m). |
|
float fovRad; |
Camera images field of view (rad). |
|
Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|