Returns the value of the horizontal position of the principal point relative to the origin region (at full sensor resolution).
Name |
PrincipalPointU |
Category |
|
Interface |
Float |
Access |
Read |
Unit |
px |
Visibility |
Expert |
Values |
Camera specific |
Standard |
IDS |
Availability uEye+ |
|
Availability uEye |
- |
Code example
C++
// Determine the current PrincipalPointU
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("PrincipalPointU")->Value();
C#
// Determine the current PrincipalPointU
double value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.FloatNode>("PrincipalPointU").Value();
Python
# Determine the current PrincipalPointU (float)
value = nodeMapRemoteDevice.FindNode("PrincipalPointU").Value()