anyKode Marilou
ContentsIndexHome
PreviousUpNext
Moda::Commons::DeviceImageSourceSettings Structure

DeviceImageSource settings.

C++
struct DeviceImageSourceSettings {
  MU8 Valid;
  MU16 Width;
  MU16 Height;
  MU16 Format;
  float ZoomFactor;
};

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. 
Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!