Image Acquisition Control
78 Basler scout
For more information about saving parameter settings as a user set and about working with user
sets, see Section 9.19 on page 243.
Setting the Image Acquisition Control Mode
You can set the image acquisition control mode from within your application software by using the
pylon API. The following code snippets illustrate using the API to set the image acquisition control
mode to standard mode and to legacy mode, respectively:
Camera.TriggerControlImplementation =
TriggerControlImplementation_Standard;
Camera.TriggerControlImplementation =
TriggerControlImplementation_Legacy;
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 image acquisition control
mode.
For more information about the pylon Viewer, see Section 3.1 on page 43.