
Image Acquisition Control
AW00011916000
138
Basler scout GigE
Fig. 55: Trigger Width Exposure Mode with Overlapped Exposure
You can set the exposure time parameter value and select an exposure mode from within your
application software by using the pylon API. The following code snippets illustrate using the API to
set the exposure time parameter and select the exposure mode:
// set for the timed exposure mode, set exposure time to 3000 µs
Camera.ExposureMode.SetValue( ExposureMode_Timed );
Camera.ExposureTimeAbs.SetValue( 3000 );
// set for the width exposure mode, set minimum exposure time to 3000 µs
Camera.ExposureMode.SetValue( ExposureMode_TriggerWidth );
Camera.ExposureTimeAbs.SetValue( 3000 );
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.
9.6.3.3
Acquisition Start Trigger Delay
The trigger delay feature lets you specify a delay (in microseconds) that will be applied between the
receipt of a hardware acquisition start trigger and when the trigger will become effective.
For more information about the trigger delay feature and how to set it, see Section 12.13 on
page 306
.
The trigger delay will not operate if the Trigger Mode parameter for acquisition
start is set to off or if you are using a software acquisition start trigger.
ExASTrig Signal
TrigRdy
Signal
Frame Readout
Frame N-1
Frame N
Exposure
Exposure
Summary of Contents for scout GigE
Page 4: ......
Page 50: ...Specifications Requirements and Precautions AW00011916000 40 Basler scout GigE...
Page 52: ...Installation AW00011916000 42 Basler scout GigE...
Page 66: ...Basler Network Drivers and Parameters AW00011916000 56 Basler scout GigE...
Page 80: ...Network Related Camera Parameters and Managing Bandwidth AW00011916000 70 Basler scout GigE...
Page 184: ...Image Acquisition Control AW00011916000 174 Basler scout GigE...
Page 206: ...Color Creation and Enhancement AW00011916000 196 Basler scout GigE...
Page 232: ...Pixel Data Formats AW00011916000 222 Basler scout GigE...
Page 354: ...Chunk Features AW00011916000 344 Basler scout GigE...
Page 358: ...Troubleshooting and Support AW00011916000 348 Basler scout GigE...
Page 367: ...AW00011916000 Revision History Basler scout GigE 357...
Page 368: ...Revision History AW00011916000 358 Basler scout GigE...