Specifies the third radial distortion coefficient (K3) used by the (inverse) Brown-Conrady model. The coefficient provides higher-order correction of radial lens distortion.
Name |
LensDistortionCoefficientK3 |
Category |
|
Interface |
Float |
Access |
Read |
Unit |
- |
Visibility |
Expert |
Values |
Camera specific |
Standard |
IDS |
Availability uEye+ |
|
Availability uEye |
- |
Code example
C++
// Determine the current LensDistortionCoefficientK3
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("LensDistortionCoefficientK3")->Value();
C#
// Determine the current LensDistortionCoefficientK3
double value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.FloatNode>("LensDistortionCoefficientK3").Value();
Python
# Determine the current LensDistortionCoefficientK3 (float)
value = nodeMapRemoteDevice.FindNode("LensDistortionCoefficientK3").Value()