Please enable JavaScript to view this site.

IDS peak 2.8.0 / uEye+ firmware 3.33

Image height in pixels.

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)

© 2024 IDS Imaging Development Systems GmbH