Please enable JavaScript to view this site.

IDS peak 26.06. / uEye+ firmware 3.94

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

Name

UEyeImageFormatPresetOffsetX[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 UEyeImageFormatPresetOffsetX
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("UEyeImageFormatPresetOffsetX")->Value();

C#

// Determine the current UEyeImageFormatPresetOffsetX
long value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("UEyeImageFormatPresetOffsetX").Value();

Python

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