Please enable JavaScript to view this site.

IDS peak 26.06. / uEye+ firmware 3.94

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

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