PhotoneoCaptureSettings
Description
Photoneo Camera settingsStructure fields and default values (if defined) are described below:
| Name | Type | Description |
|---|---|---|
| SendPointCloud | atl::Optional<Bool> | Allow grabbing Point 3D Cloud (API: pho::api::FrameOutputSettings.SendPointCloud) |
| SendNormalMap | atl::Optional<Bool> | Allow grabbing Normal Map (API: pho::api::FrameOutputSettings.SendNormalMap) |
| SendDepthMap | atl::Optional<Bool> | Allow grabbing Depth Map (API: pho::api::FrameOutputSettings.SendDepthMap) |
| SendConfidenceMap | atl::Optional<Bool> | Allow grabbing Confidence Map (API: pho::api::FrameOutputSettings.SendConfidenceMap) |
| SendTexture | atl::Optional<Bool> | Allow grabbing Texture (API: pho::api::FrameOutputSettings.SendTexture) |
| SendColorCameraImage | atl::Optional<Bool> | Allow grabbing ColorCameraImage (API: pho::api::FrameOutputSettings.SendColorCameraImage) |
| TriggerType | atl::Optional<PhotoneoTriggerType> | Select trigger type, make sure the trigger you select is supported (API: pho::api::PhoXiTriggerMode) |
| ShutterMultiplier | atl::Optional<Integer> | Multiplication of the Basic scanner shutter time (API: pho::api::PhoXiCapturingSettings.ShutterMultiplier) |
| ScanMultiplier | atl::Optional<Integer> | Defines the number of scans that will be taken and merged to single output (API: pho::api::PhoXiCapturingSettings.ScanMultiplier) |
| CameraOnlyMode | atl::Optional<Bool> | Specify a mode, where only the camera captures the frame (API: pho::api::PhoXiCapturingSettings.CameraOnlyMode) |
| AmbientLightSuppression | atl::Optional<Bool> | Enables the mode that suppress ambient illumination (API: pho::api::PhoXiCapturingSettings.AmbientLightSuppression) |
| MaximumFPS | atl::Optional<double> | Specifies maximum fps (API: pho::api::PhoXiCapturingSettings.MaximumFPS) |
| SinglePatternExposure | atl::Optional<double> | Defines used single pattern exposure (API: pho::api::PhoXiCapturingSettings.SinglePatternExposure) |
| CodingStrategy | atl::Optional<PhotoneoCodingStrategy> | Defines used coding strategy (API: pho::api::PhoXiCapturingSettings.CodingStrategy) |
| CodingQuality | atl::Optional<PhotoneoCodingQuality> | Defines used quality of coding (API: pho::api::PhoXiCapturingSettings.CodingQuality) |
| TextureSource | atl::Optional<PhotoneoTextureSource> | Defines source of Texture Frame (API: pho::api::PhoXiCapturingSettings.TextureSource) |
| LaserPower | atl::Optional<Integer> | Defines used Laser Power (API: pho::api::PhoXiCapturingSettings.LaserPower) |
| Confidence | atl::Optional<double> | Required measuring confidence in mm (API: pho::api::PhoXiProcessingSettings.Confidence) |
| Resolution | atl::Optional<Size> | Device Resolution, find accepted resolution in PhoXi Control (API: pho::api::PhoXiCapturingMode.Resolution) |
