
AW00123404000
Image Acquisition Control
Basler ace USB 3.0
161
Selecting the Frame Trigger Wait Signal as the Source Signal for an Output Line
The frame trigger wait signal can be selected to act as the source signal for a camera output line,
e.g. Line 2. Selecting a source signal for an output line is a two step process:
Use the Line Selector to select the output line, e.g. Line 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_Line2);
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.1 on
page 43
.
For more information about changing the selection of an output signal as the source signal for the
output line, see Section 5.12.1 on
page 80
.
For more information about the electrical characteristics of camera output lines, see Section 5.8.1
on
page 60
and Section 5.9.3.1 on
page 67
.
6.8.5
Camera Events
Certain camera events allow you to get informed about the current camera acquisition status:
FrameBurstStartEvent event: A frame burst start trigger has occurred.
FrameStartEvent event: A frame start trigger has occurred.
ExposureEndEvent event: The end of an exposure has occurred.
For more information about the camera events and event notification, see Section 8.13 on
page 277
.
Summary of Contents for ace acA1920-155
Page 4: ......
Page 50: ...Specifications Requirements and Precautions AW00123404000 40 Basler ace USB 3 0...
Page 56: ...Camera Drivers and Tools for Changing Camera Parameters AW00123404000 46 Basler ace USB 3 0...
Page 106: ...Physical Interface AW00123404000 96 Basler ace USB 3 0...
Page 186: ...Image Acquisition Control AW00123404000 176 Basler ace USB 3 0...