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<peak.core.nodes.IntegerNode>("UEyeImageFormatPresetDecimationX").Value();
Python
# Determine the current UEyeImageFormatPresetDecimationX (int)
value = nodeMapRemoteDevice.FindNode("UEyeImageFormatPresetDecimationX").Value()