Please enable JavaScript to view this site.

IDS peak 2.10.0 / uEye+ firmware 3.34

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

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

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)

© 2024 IDS Imaging Development Systems GmbH