Please enable JavaScript to view this site.

IDS peak 26.06. / uEye+ firmware 3.94

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

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