Artec 3D Scanning SDK
2.0
|
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... | |
Current scanner's parameters.
Definition at line 56 of file ScannerInfo.h.
base::PixelFormat artec::sdk::capturing::ScannerInfo::depthFormat |
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.