Please enable JavaScript to view this site.

IDS peak 26.06. / uEye+ firmware 3.94

Returns the value of the vertical position of the principal point relative to the origin region (at full sensor resolution).

Name

PrincipalPointV

Category

CameraIntrinsic

Interface

Float

Access

Read

Unit

px

Visibility

Expert

Values

Camera specific

Standard

IDS

Availability uEye+

icon-gev

Availability uEye

-

Code example

C++

// Determine the current PrincipalPointV
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("PrincipalPointV")->Value();

C#

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

Python

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