IDS Peak comfortSDK, genericSDK, AFL, ICL, and IPL developer manuals are external documents.
Please contact us if you need these manuals.
Returns the Width of the image included in the payload.
Name |
ChunkWidth |
Category |
|
Interface |
Integer |
Access |
Read |
Unit |
px |
Visibility |
Expert |
Values |
> 0 |
Standard |
SFNC |
Availability uEye+ |
|
Availability uEye |
- |
Code example
C++
// Determine the current ChunkWidth
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("ChunkWidth")->Value();
C#
// Determine the current ChunkWidth
long value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("ChunkWidth").Value();
Python
# Determine the current ChunkWidth (int)
value = nodeMapRemoteDevice.FindNode("ChunkWidth").Value()