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