Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.54

Returns the horizontal image scaling factor (see ScalingHorizontal).

Name

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

C#

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

Python

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