AW00123402000 Features
Basler ace USB 3.0 251
Parsing the Appended Chunks
After the image data chunk and appended chunks were transferred to the PC, the sequence of
chunks must be parsed to retrieve the chunk data via a GenICam node map.
If you use code written in C++ the appended data chunks are parsed automatically after the
image data were written into the PCs memory. For each set of chunks, the decoding starts
from the end of the last data chunk. The chunk data can be accessed using the chunk data
node map.
For more information about accessing chunk data, see the documentation for the C++ API in
the Basler pylon Programmer’s Guide and API Reference for C++ and the included
"Grab_ChunkImage" code sample.
If you use code written in C or C# you must run the image data chunk and the appended
chunks through the chunk parser that is included in the C API for Basler pylon software and via
the device node map.
For more information about accessing chunk data, see the documentation for the C or C# API
in the Basler pylon Programmer’s Guide and API Reference for C or C#, respectively.