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.

Enables the inclusion of the chunk data in the payload of the image.

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.

Name

ChunkModeActive

Category

ChunkDataControl

Interface

Boolean

Access

Read/Write

Unit

-

Visibility

Expert

Values

True
False

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Values description

True: Chunk data is included in the payload of the image.

False: Chunk data is not included in the payload of the image.

Code example

C++

// Determine the current status of ChunkModeActive
bool value = nodeMapRemoteDevice->FindNode<peak::core::nodes::BooleanNode>("ChunkModeActive")->Value();
// Set ChunkModeActive to true
nodeMapRemoteDevice->FindNode<peak::core::nodes::BooleanNode>("ChunkModeActive")->SetValue(true);

C#

// Determine the current status of ChunkModeActive
bool value = nodeMapRemoteDevice.FindNode<peak.core.nodes.BooleanNode>("ChunkModeActive").Value();
// Set ChunkModeActive to true
nodeMapRemoteDevice.FindNode<peak.core.nodes.BooleanNode>("ChunkModeActive").SetValue(true);

Python

# Determine the current status of ChunkModeActive (bool)
value = nodeMapRemoteDevice.FindNode("ChunkModeActive").Value()
# Set ChunkModeActive to true (bool)
nodeMapRemoteDevice.FindNode("ChunkModeActive").SetValue(True)

© 2025 IDS Imaging Development Systems GmbH