Using A Software Frame Burst Start Trigger; Introduction - Basler acA2040-55 User Manual

Basler ace
Table of Contents

Advertisement

Image Acquisition Control
camera.AcquisitionMode.SetValue( AcquisitionMode_Continuous );
// Select the frame burst start trigger
camera.TriggerSelector.SetValue(TriggerSelector_FrameBurstStart);
// Set the mode for the selected trigger
camera.TriggerMode.SetValue( TriggerMode_On );
// Set the source for the selected trigger
camera.TriggerSource.SetValue ( TriggerSource_Line1 );
// Set the activation mode for the selected trigger to rising edge
camera.TriggerActivation.SetValue( TriggerActivation_RisingEdge );
// Set the acquisition burst frame count
camera.AcquisitionBurstFrameCount.SetValue( 5 );
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
6.3.4

Using a Software Frame Burst Start Trigger

6.3.4.1

Introduction

If the camera's FrameBurstStartTriggerMode parameter is set to on and the FrameBurstStart
TriggerSource parameter is set to software, you must apply a software frame burst start trigger
signal to the camera before you can begin frame acquisition.
A software frame burst start trigger signal is applied by:
Setting the TriggerSelector parameter to Acquisition Start.
Executing a Trigger Software command.
The camera will initially be in a "waiting for frame burst start trigger" acquisition status. It cannot
react to frame trigger signals when in this acquisition status. When a software frame burst start
trigger signal is received by the camera, it will exit the "waiting for frame burst start trigger"
acquisition status and will enter the "waiting for frame start trigger" acquisition status. It can then
react to frame start trigger signals. When the number of frame start trigger signals received by the
camera is equal to the current AcquisitionBurstFrameCount parameter setting, the camera will
return to the "waiting for frame burst start trigger" acquisition status. When a new software frame
burst start trigger signal is applied to the camera, it will again exit from the "waiting for frame burst
start trigger" acquisition status and enter the "waiting for frame start trigger" acquisition status.
(Note that as long as the TriggerSelector parameter is set to FrameBurstStart, a software frame
burst start trigger will be applied to the camera each time a Trigger Software command is executed.)
118
AW00123409000
page
61.
Basler ace USB 3.0

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Aca2440-35Aca2040-120Aca2440-75

Table of Contents