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.

This feature allows to set a camera in test mode and to output a specific payload format for validation of data streaming. This feature is intended for test purposes only. The data can be real acquired data or any test pattern.

Name

TestPayloadFormatMode

Category

TestControl

Interface

Enumeration

Access

Read

Unit

-

Visibility

Guru

Values

Off

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Values description

Off: Test mode is disabled. This feature has no effect and the camera is streaming data normally according to its configuration. This option is the default after each boot of the camera.

Code example

C++

// Determine the current entry of TestPayloadFormatMode
std::string value = nodeMapRemoteDevice->FindNode<peak::core::nodes::EnumerationNode>("TestPayloadFormatMode")->CurrentEntry()->SymbolicValue();

C#

// Determine the current entry of TestPayloadFormatMode
string value = nodeMapRemoteDevice.FindNode<peak.core.nodes.EnumerationNode>("TestPayloadFormatMode").CurrentEntry().SymbolicValue();

Python

# Determine the current entry of TestPayloadFormatMode (str)
value = nodeMapRemoteDevice.FindNode("TestPayloadFormatMode").CurrentEntry().SymbolicValue()

© 2025 IDS Imaging Development Systems GmbH