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 width 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

Width

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 Width
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("Width")->Value();
// Set Width to 1440
nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("Width")->SetValue(1440);

C#

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

Python

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

© 2025 IDS Imaging Development Systems GmbH