Tweaking Scan Settings
The table below provides a quick reference for locating the optional methods and enums to control the 3D scanner.
- Note
- The list describes only some of the available settings.
| Settings | Methods and Enums | Notes |
|---|---|---|
| Select features to track | artec::sdk::scanning::RegistrationAlgorithmType | |
| Control scanning speed | artec::sdk::capturing::IScanner::setFPS | Set the desired value. Maximum scanner values are listed in Artec 3D-Scanner Specifications. |
| Adjust scanner's field of view | artec::sdk::scanning::IScanningProcedure::setScanningRange | |
| Adjust texture brightness | artec::sdk::capturing::IScanner::setTextureGain artec::sdk::capturing::IScanner::setTextureShutterSpeed | Use both methods. The setTextureGain method deals with camera sensitivity to light, and setTextureShutterSpeed corresponds to exposure time. |
| Control 3D-capture sensitivity | artec::sdk::scanning::IScanningProcedure::setSensitivity | |
| Do not record texture | artec::sdk::scanning::CaptureTextureMethod | Set CaptureTextureMethod_NoTextures enumerator |
| Disable flash bulb | artec::sdk::capturing::IScanner::enableTextureFlash | Set false |
