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 |
|
Interface |
Enumeration |
Access |
Read |
Unit |
- |
Visibility |
Guru |
Values |
Off |
Standard |
SFNC |
Availability uEye+ |
|
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()