EasyManuals Logo

Basler Camera User Manual

Basler Camera
272 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #106 background imageLoading...
Page #106 background image
Image Acquisition Control AW00123402000
96 Basler ace USB 3.0
6.3.4.2 Setting the Parameters Related to Software Frame Burst
Start Triggering and Applying a Software Trigger Signal
You can set all of the parameters needed to perform software frame burst start triggering from within
your application software by using the Basler pylon API. The following code snippet illustrates using
the API to set the parameter values and to execute the commands related to software frame burst
start triggering with the camera set for continuous frame acquisition mode:
// Set the acquisition mode to continuous (the acquisition mode must
// be set to continuous when frame burst start triggering is on)
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_Software );
// Set the acquisition burst frame count
camera.AcquisitionBurstFrameCount.SetValue( 5 );
// Execute an acquisition start command to prepare for frame acquisition
camera.AcquisitionStart.Execute( );
while ( ! finished )
{
// Execute a trigger software command to apply a software acquisition
// start trigger signal to the camera
camera.TriggerSoftware.Execute( );
// Perform the required functions to parameterize the frame start
// trigger, to trigger 5 frame starts, and to retrieve 5 frames here
}
camera.AcquisitionStop.Execute( );
// Note: as long as the Trigger Selector is set to Frame Burst Start, executing
// a Trigger Software command will apply a software frame burst start trigger
// signal to the camera
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 37.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Basler Camera and is the answer not in the manual?

Basler Camera Specifications

General IconGeneral
CategorySecurity Camera
BrandBasler
ResolutionVaries by model
Sensor TypeCMOS
Frame RateVaries by model
DimensionsVaries by model
WeightVaries by model
InterfaceGigE, USB 3.0
Lens MountC-Mount, CS-Mount

Related product manuals