artec::sdk::capturing Namespace Reference
Classes | |
| struct | FrameProcessorDesc |
| real-time decoding and triangulation settings More... | |
| class | IArrayFrame |
| class | IArrayScannerId |
| class | IFrame |
| class | IFrameProcessor |
| class | IScanner |
| class | IScannerObserver |
| struct | ScannerId |
| struct | ScannerInfo |
| struct | ScannerMode |
| class | ScannerObserverBase |
Enumerations | |
| enum | ScannerButton { ScannerButton_RecordStop = 1, ScannerButton_Stop = 2, ScannerButton_Record = 4, ScannerButton_ForceDword = 0x7fffffff } |
Functions | |
| ErrorCode ACAPTURESDK_LINK_SPEC | createArrayFrame (IArrayFrame **pArray, int elementsCount) |
| ErrorCode ACAPTURESDK_LINK_SPEC | createArrayScannerId (IArrayScannerId **pArray, int elementsCount, bool zeroFill=false) |
| ErrorCode ACAPTURESDK_LINK_SPEC | enumerateCameras (IArrayString **camerasList, int deviceTypeMask=-1) |
| ErrorCode ACAPTURESDK_LINK_SPEC | forceIpForGigECameras () |
| ErrorCode ACAPTURESDK_LINK_SPEC | enumerateScanners (IArrayScannerId **scannersList, int deviceTypeMask=-1, const wchar_t *pathToConfig=NULL) |
| ErrorCode ACAPTURESDK_LINK_SPEC | createScanner (IScanner **scanner, const ScannerId *id, int scannerIndex=0) |
Enumeration Type Documentation
| Enumerator | |
|---|---|
| ScannerButton_RecordStop | |
| ScannerButton_Stop | |
| ScannerButton_Record | |
| ScannerButton_ForceDword | |
- Examples:
- scanning-and-process-sample.cpp.
Definition at line 23 of file ScannerInfo.h.
Function Documentation
| ErrorCode ACAPTURESDK_LINK_SPEC artec::sdk::capturing::createArrayFrame | ( | IArrayFrame ** | pArray, |
| int | elementsCount | ||
| ) |
| ErrorCode ACAPTURESDK_LINK_SPEC artec::sdk::capturing::createArrayScannerId | ( | IArrayScannerId ** | pArray, |
| int | elementsCount, | ||
| bool | zeroFill = false |
||
| ) |
| ErrorCode ACAPTURESDK_LINK_SPEC artec::sdk::capturing::createScanner | ( | IScanner ** | scanner, |
| const ScannerId * | id, | ||
| int | scannerIndex = 0 |
||
| ) |
| ErrorCode ACAPTURESDK_LINK_SPEC artec::sdk::capturing::enumerateCameras | ( | IArrayString ** | camerasList, |
| int | deviceTypeMask = -1 |
||
| ) |
| ErrorCode ACAPTURESDK_LINK_SPEC artec::sdk::capturing::enumerateScanners | ( | IArrayScannerId ** | scannersList, |
| int | deviceTypeMask = -1, |
||
| const wchar_t * | pathToConfig = NULL |
||
| ) |
- Examples:
- parallel-capture-sample.cpp, and simple-capture-sample.cpp.
| ErrorCode ACAPTURESDK_LINK_SPEC artec::sdk::capturing::forceIpForGigECameras | ( | ) |
