Please enable JavaScript to view this site.

IDS peak 2.14.0 / uEye+ firmware 3.42

IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.

Returns the vertical image scaling factor (see ScalingVertical).

Name

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

C#

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

Python

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

© 2024 IDS Imaging Development Systems GmbH