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