IDS Peak comfortSDK, genericSDK, AFL, ICL, and IPL developer manuals are external documents.
Please contact us if you need these manuals.
Returns the horizontal decimation (subsampling) factor for the selected preset (see DecimationHorizontal).
Name |
UEyeImageFormatPresetDecimationX[UEyeImageFormatPresetSelector] |
Category |
|
Interface |
Integer |
Access |
Read |
Unit |
- |
Visibility |
Guru |
Values |
- |
Standard |
IDS |
Availability uEye+ |
- |
Availability uEye |
|
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()