Artec 3D Scanning SDK  2.0
Public Attributes | List of all members
artec::sdk::capturing::ScannerInfo Struct Reference

Current scanner's parameters. More...

#include <artec/sdk/capturing/ScannerInfo.h>

Public Attributes

int depthMapSizeX
 X-component of the depth map size. More...
 
int depthMapSizeY
 Y-component of the depth map size. More...
 
base::PixelFormat depthFormat
 PixelFormat enum value. More...
 
bool isTextureCameraAvailable
 bool param representing support of texture capturing More...
 
int textureSizeX
 X-wise size of texture available. More...
 
int textureSizeY
 Y-wise size of texture available. More...
 
int scannerButtonsMask
 Bit mask of flags representing support of scanner's buttons (see ) More...
 
bool isExternalSynchronizationSupported
 bool flag representing support of external synchronization More...
 
bool isGainAvailable
 bool flag representing gain support for texture camera More...
 

Detailed Description

Current scanner's parameters.

Definition at line 56 of file ScannerInfo.h.

Member Data Documentation

base::PixelFormat artec::sdk::capturing::ScannerInfo::depthFormat

PixelFormat enum value.

See for details

Definition at line 60 of file ScannerInfo.h.

int artec::sdk::capturing::ScannerInfo::depthMapSizeX

X-component of the depth map size.

Definition at line 58 of file ScannerInfo.h.

int artec::sdk::capturing::ScannerInfo::depthMapSizeY

Y-component of the depth map size.

Definition at line 59 of file ScannerInfo.h.

bool artec::sdk::capturing::ScannerInfo::isExternalSynchronizationSupported

bool flag representing support of external synchronization

Definition at line 68 of file ScannerInfo.h.

bool artec::sdk::capturing::ScannerInfo::isGainAvailable

bool flag representing gain support for texture camera

Definition at line 70 of file ScannerInfo.h.

bool artec::sdk::capturing::ScannerInfo::isTextureCameraAvailable

bool param representing support of texture capturing

Definition at line 62 of file ScannerInfo.h.

int artec::sdk::capturing::ScannerInfo::scannerButtonsMask

Bit mask of flags representing support of scanner's buttons (see )

Definition at line 66 of file ScannerInfo.h.

int artec::sdk::capturing::ScannerInfo::textureSizeX

X-wise size of texture available.

Definition at line 63 of file ScannerInfo.h.

int artec::sdk::capturing::ScannerInfo::textureSizeY

Y-wise size of texture available.

Definition at line 64 of file ScannerInfo.h.


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