Please enable JavaScript to view this site.

IDS peak 26.06. / uEye+ firmware 3.94

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

LensDistortion[LensDistortionCoefficientSelector]

Interface

Float

Access

Read

Unit

-

Visibility

Expert

Values

Camera specific

Standard

IDS

Availability uEye+

icon-gev

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()