Image Acquisition Control AW00011916000
104 Basler scout GigE
For more information about saving parameter settings as a user set and about working with user
sets, see Section 12.18 on page 319.
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.
When the camera is started for the first time after delivery from the factory the
image acquisition control will be in legacy mode.
If you want the camera to start in standard mode, set the camera to standard mode
(see below), save the current parameter settings as a user set and designate this
user set as the startup set.