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 |
|
Interface |
Float |
Access |
Read |
Unit |
- |
Visibility |
Expert |
Values |
Camera specific |
Standard |
IDS |
Availability uEye+ |
|
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()