![]() |
Artec 3D Scanning SDK
2.0
|
These settings entirely cover the scanning procedure using bundle. More...
#include <artec/sdk/scanning/IScanningProcedureBundle.h>
Public Attributes | |
| ScanningProcedureSettings | procedureSettings |
| Scanning procedure settings (the same for each scanner). More... | |
| int | threadCountPerScanner |
| Run procedure instance for each scanner using the threadCountPerScanner threads. More... | |
| bool | useHardwareSynchronization |
| Use hardware trigger for more precise synchronization of bundled scanners. More... | |
These settings entirely cover the scanning procedure using bundle.
Definition at line 28 of file IScanningProcedureBundle.h.
| ScanningProcedureSettings artec::sdk::scanning::ScanningProcedureBundleSettings::procedureSettings |
Scanning procedure settings (the same for each scanner).
Definition at line 31 of file IScanningProcedureBundle.h.
| int artec::sdk::scanning::ScanningProcedureBundleSettings::threadCountPerScanner |
Run procedure instance for each scanner using the threadCountPerScanner threads.
In order to use all available threads, set this parameter to 0.
Definition at line 35 of file IScanningProcedureBundle.h.
| bool artec::sdk::scanning::ScanningProcedureBundleSettings::useHardwareSynchronization |
Use hardware trigger for more precise synchronization of bundled scanners.
Definition at line 38 of file IScanningProcedureBundle.h.
1.8.9.1