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