Returns the horizontal binning factor for the selected preset (see BinningHorizontal).
Name |
UEyeImageFormatPresetBinningX[UEyeImageFormatPresetSelector] |
Category |
|
Interface |
Integer |
Access |
Read |
Unit |
- |
Visibility |
Guru |
Values |
- |
Standard |
IDS |
Availability uEye+ |
- |
Availability uEye |
|
Code example
C++
// Determine the current UEyeImageFormatPresetBinningX
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("UEyeImageFormatPresetBinningX")->Value();
C#
// Determine the current UEyeImageFormatPresetBinningX
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("UEyeImageFormatPresetBinningX").Value();
Python
# Determine the current UEyeImageFormatPresetBinningX (int)
value = nodeMapRemoteDevice.FindNode("UEyeImageFormatPresetBinningX").Value()