Please enable JavaScript to view this site.

IDS peak 26.06. / uEye+ firmware 3.94

Specifies the first tangential distortion coefficient (P1) used by the (inverse) Brown-Conrady model. The coefficient compensates 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 LensDistortionCoefficientP1
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("LensDistortionCoefficientP1")->Value();

C#

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

Python

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