AW00123409000 FeaturesBasler ace USB 3.0 3397.23.3 Data ChunksYou can select the individual data chunks to be appended to image data by selecting the kind if datachunk and then enabling it. For details, see below.7.23.3.1 Gain ChunkThe gain chunk feature adds a chunk to each acquired image containing the gain All parametervalue used for the image acquisition.1. Use the Chunk Selector to select the Gain chunk.2. Use the Chunk Enable parameter to set the value of the gain chunk to true.Once the gain chunk is enabled and Chunk Mode Active (see Section 7.23.4 on page 347) isenabled, the camera appends a gain chunk to each acquired image.After an image with an appended chunk has been received by your computer the chunk must beretrieved. For information about retrieving data chunks, see Section 7.23.5 on page 348.You can set the Chunk Selector and Chunk Enable parameter value from within your applicationsoftware by using the Basler pylon Camera Software Suite. The following code snippet illustratesusing the API to activate the chunk mode, select the gain chunk, and enable the gain chunk:// make chunk mode active, select and enable Gain chunkcamera.ChunkSelector.SetValue(ChunkSelector_Gain);camera.ChunkEnable.SetValue(true);You can also use the Basler pylon Viewer application to easily set the parameters.For more information about the pylon Camera Software Suite and the pylon Viewer, see Section 3.1on page 61.To enable the gain chunk: