Camera Events And Acquisition Status - Basler acA2040-55 User Manual

Basler ace
Table of Contents

Advertisement

AW00123409000
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
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
For more information about the electrical characteristics of camera output lines, see Section 5.8.1
on
page 75
and Section 5.9.4.1 on
6.8.5

Camera Events and Acquisition Status

Certain camera events allow you to get informed about the current camera acquisition status:
EventFrameBurstStartWait event: The camera is waiting for a frame burst start trigger.
EventFrameBurstStart event: A frame burst start trigger has occurred.
EventFrameStartWait event: The camera is waiting for a frame start trigger.
EventFrameStart event: A frame start trigger has occurred.
EventExposureEnd event: The end of an exposure has occurred.
For more information about the camera events and event notification, see Section 7.17 on
page
314.
Basler ace USB 3.0
page
95.
page
82.
Image Acquisition Control
page
61.
173

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Aca2440-35Aca2040-120Aca2440-75

Table of Contents