IDS Peak comfortSDK, genericSDK, AFL, ICL, and IPL developer manuals are external documents.
Please contact us if you need these manuals.
Returns the image height of the selected preset (see Height).
Name |
UEyeImageFormatPresetHeight[UEyeImageFormatPresetSelector] |
Category |
|
Interface |
Integer |
Access |
Read |
Unit |
- |
Visibility |
Guru |
Values |
- |
Standard |
IDS |
Availability uEye+ |
- |
Availability uEye |
|
Code example
C++
// Determine the current UEyeImageFormatPresetHeight
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("UEyeImageFormatPresetHeight")->Value();
C#
// Determine the current UEyeImageFormatPresetHeight
long value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("UEyeImageFormatPresetHeight").Value();
Python
# Determine the current UEyeImageFormatPresetHeight (int)
value = nodeMapRemoteDevice.FindNode("UEyeImageFormatPresetHeight").Value()