Please enable JavaScript to view this site.

IDS peak 2.15.0 / uEye+ firmware 3.50

IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.

Image height in pixels.

If you change the image size, you must stop image acquisition and recreate the buffers, see Starting and stopping image acquisition and Preparing image acquisition: create buffer.

hint_info

This information can be output as a chunk via the ChunkSelector.

Name

Height

Category

ImageFormatControl

Interface

Integer

Access

Read/Write

Unit

px

Visibility

Beginner

Values

Camera specific

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

hint_info

The access changes to read-only during an acquisition.

hint_info

Can only be changed if SequencerMode is "Off".

Code example

C++

// Determine the current Height
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("Height")->Value();
// Set Height to 1080
nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("Height")->SetValue(1080);

C#

// Determine the current Height
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("Height").Value();
// Set Height to 1080
nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("Height").SetValue(1080);

Python

# Determine the current Height (int)
value = nodeMapRemoteDevice.FindNode("Height").Value()
# Set Height to 1080 (int)
nodeMapRemoteDevice.FindNode("Height").SetValue(1080)

© 2025 IDS Imaging Development Systems GmbH