AW00089317000 Image Acquisition Control
Basler ace GigE 147
Selecting the Frame Trigger Wait Signal as the Source Signal for the Output Line
The frame trigger wait signal can be selected to act as the source signal for camera output line 1.
1. Use the Line Selector to select output line 1.
2. Set the value of the Line Source Parameter to the frame 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_FrameTriggerWait );
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about
the pylon API and the pylon Viewer, see Section 3 on page 45.
changing which camera output signal is selected as the source signal for the output line, see
Section 6.2.1 on page 74.
the electrical characteristics of the camera’s output line, see Section 5.8 on page 67.
7.10.5 Camera Events
Certain camera events allow you to get informed about the current camera acquisition status:
AcquisitionStartEventData event: An acquisition start trigger has occured.
FrameStartEventData event: A frame start trigger has occured.
ExposureEndEventData event: The end of an exposure has occurred.
For more information about the camera events and event reporting, see Section 10.15 on
page 295.
To select a source signal for the output line: