
Features
AW00123404000
298
Basler ace USB 3.0
Once the line status all chunk is enabled and Chunk Mode Active is enabled, the camera will
append a line status all chunk to each acquired image.
After an image with an appended chunk has been received by your PC the chunk must be retrieved.
For information about retrieving data chunks, see Section 8.18.4 on
page 303
.
You can set the Chunk Selector and Chunk Enable parameter value from within your application
software by using the Basler pylon Camera Software Suite. The following code snippet illustrates
using the API to activate the chunk mode, select the line status all chunk, and enable the line status
all chunk:
// make chunk mode active, select and enable Line Ststua All chunk
camera.ChunkSelector.SetValue(ChunkSelector_LineStatusAll);
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.1
on
page 43
.
8.18.3.3
Exposure Time Chunk
The exposure time chunk feature adds a chunk to each acquired image containing the exposure
time parameter value in µs used for the image acquisition.
1. Use the Chunk Selector to select the Exposure Time chunk.
2. Use the Chunk Enable parameter to set the value of the chunk to true.
Once the exposure time chunk is enabled and Chunk Mode Active is enabled, the camera will
append an exposure time stamp chunk to each acquired image.
After an image with an appended chunk has been received by your PC the chunk must be retrieved.
For information about retrieving data chunks, see Section 8.18.4 on
page 303
.
You can set the Chunk Selector and Chunk Enable parameter value from within your application
software by using the Basler pylon Camera Software Suite. The following code snippet illustrates
using the API to activate the chunk mode, select the exposure time chunk, and enable the exposure
time chunk:
// make chunk mode active, select and enable Exposure Time chunk
camera.ChunkSelector.SetValue(ChunkSelector_ExposureTime);
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.1
on
page 43
.
To enable the exposure time chunk:
Содержание ace acA1920-155
Страница 4: ......
Страница 50: ...Specifications Requirements and Precautions AW00123404000 40 Basler ace USB 3 0...
Страница 56: ...Camera Drivers and Tools for Changing Camera Parameters AW00123404000 46 Basler ace USB 3 0...
Страница 106: ...Physical Interface AW00123404000 96 Basler ace USB 3 0...
Страница 186: ...Image Acquisition Control AW00123404000 176 Basler ace USB 3 0...
Страница 326: ...Index AW00123404000 316 Basler ace USB 3 0...