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.

Provides the number of bytes transferred for each image on the stream channel. This includes all enabled chunks. It is the total size of data payload for a data block.

Name

PayloadSize

Category

TransportLayerControl

Interface

Integer

Access

Read

Unit

B

Visibility

Expert

Values

≥ 0

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

Code example

C++

// Determine the current PayloadSize
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("PayloadSize")->Value();

C#

// Determine the current PayloadSize
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("PayloadSize").Value();

Python

# Determine the current PayloadSize (int)
value = nodeMapRemoteDevice.FindNode("PayloadSize").Value()

© 2024 IDS Imaging Development Systems GmbH