Image Acquisition Control AW00011916000
164 Basler scout GigE
Selecting the Acquisition Trigger Wait Signal as the Source Signal for an
Output Line
The acquisition trigger wait signal can be selected to act as the source signal for camera output
line 1, line 2, line 3, or line 4. Selecting a source signal for an output line is a two step process:
Use the Line Selector to select output line 1, line 2, line 3, or line 4.
Set the value of the Line Source Parameter to the acquisition trigger wait signal.
You can set the Line Selector and the Line Source parameter value from within your application
software by using the Basler pylon API. The following code snippet illustrates using the API to set
the selector and the parameter value:
Camera.LineSelector.SetValue( LineSelector_Out1 );
Camera.LineSource.SetValue( LineSource_AcquisitionTriggerWait );
You can also use the Basler pylon Viewer application to easily set the parameters.
9.11.6 Camera Events
Certain camera events allow you to get informed about the current camera acquisition status:
AcquisitionStartEventData event: An acquisition start trigger has occurred.
FrameStartEventData event: A frame start trigger has occurred.
ExposureEndEventData event: The end of an exposure has occurred.
For more information about camera events and event reporting, see Section 12.15 on page 310.