Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.54

Returns the vertical offset in pixels from the origin to the ROI (region of interest) of the selected preset (see OffsetY).

Name

UEyeImageFormatPresetOffsetY[UEyeImageFormatPresetSelector]

Category

ImageFormatControl

Interface

Integer

Access

Read

Unit

-

Visibility

Guru

Values

-

Standard

IDS

Availability uEye+

-

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

Code example

C++

// Determine the current UEyeImageFormatPresetOffsetY
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("UEyeImageFormatPresetOffsetY")->Value();

C#

// Determine the current UEyeImageFormatPresetOffsetY
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("UEyeImageFormatPresetOffsetY").Value();

Python

# Determine the current UEyeImageFormatPresetOffsetY (int)
value = nodeMapRemoteDevice.FindNode("UEyeImageFormatPresetOffsetY").Value()