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 region origin, i.e. OffsetY. The value of this feature takes into account horizontal binning, decimation, or any other function changing the image resolution.

Name

Scan3dPrincipalPointV

Category

Scan3dControl

Interface

Float

Access

Read

Unit

px

Visibility

Expert

Values

-

Standard

IDS

Availability uEye+

icon-gev

Availability uEye

-

Code example

C++

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

C#

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

Python

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