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