User`s manual

AW00049313000 Chunk Features
Basler runner 223
Camera.ChunkModeActive.SetValue(true);
Camera.ChunkSelector.SetValue(ChunkSelector_InputStatusAtLineTrigger);
Camera.ChunkEnable.SetValue(true);
// grab image and feed it to the chunk parser ...
int MaxIdx = int(Camera.ChunkInputStatusAtLineTriggerIndex.GetMax());
for (int i = 0; i <= MaxIdx; i++)
{
Camera.ChunkInputStatusAtLineTriggerIndex.SetValue(i);
int value = int(Camera.ChunkInputStatusAtLineTriggerValue.GetValue());
printf("State of inputs at line %d: %X\n", i, value);
}
For detailed information about using the pylon API, refer to the Basler pylon Programmer’s Guide
and API Reference.
You can also use the Basler pylon Viewer application to easily set the parameters.