Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.54

Returns the horizontal decimation (subsampling) factor for the selected preset (see DecimationHorizontal).

Name

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

C#

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

Python

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