Please enable JavaScript to view this site.

IDS peak 26.06. / uEye+ firmware 3.94

Specifies the second tangential distortion coefficient (P2) used by the (inverse) Brown-Conrady model. The coefficient compensates additional tangential distortion caused by optical misalignment.

Name

LensDistortionCoefficientP1

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 LensDistortionCoefficientP2
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("LensDistortionCoefficientP2")->Value();

C#

// Determine the current LensDistortionCoefficientP2
double value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.FloatNode>("LensDistortionCoefficientP2").Value();

Python

# Determine the current LensDistortionCoefficientP2 (float)
value = nodeMapRemoteDevice.FindNode("LensDistortionCoefficientP2").Value()