Please enable JavaScript to view this site.

IDS peak 26.06. / uEye+ firmware 3.94

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<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("UEyeImageFormatPresetDecimationX").Value();

Python

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