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