EasyManuals Logo

Basler racer User Manual

Basler racer
164 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 #89 background imageLoading...
Page #89 background image
AW00118508000 Acquisition Control
Basler racer Camera Link 81
//Select the CL Spare line
camera.LineSelector.SetValue(LineSelector_ClSpare);
//Set the source signal for the selected line
camera.LineSource.SetValue(LineSource_ExposureActive);
You can also use the Basler pylon Viewer application to easily set the parameters.
Set the value of the Line Source CL Spare register to Exposure Active.
For more information about direct register access, see Section 3.2 on page 28.
6.3.2 Acquisition Status
If a camera receives a software line start trigger signal when it is not in a "waiting for line start
trigger" acquisition status, it will simply ignore the trigger signal.
The camera’s acquisition status indicator gives you the ability to check whether the camera is in a
"waiting for line start trigger" acquisition status. If you check the acquisition status before you apply
each software line start trigger signal, you can avoid applying trigger signals to the camera that will
be ignored.
The acquisition status indicator is designed for use when you are using host control of image
acquisition, i.e., when you are using software line start trigger signals.
Checking the Acquisition Status
1. Set the AcquisitionStatusSelector parameter to LineTriggerWait.
2. Read the value of the AcquisitionStatus parameter.
If the value is set to False, the camera is not waiting for the trigger signal.
If the value is set to True, the camera is waiting for the trigger signal.
You can check the acquisition status from within your application software by using the Basler pylon
API. The following code snippet illustrates using the API to check the acquisition status:
// Check the line start trigger acquisition status
// Set the acquisition status selector
camera.AcquisitionStatusSelector.SetValue
(AcquisitionStatusSelector_LineTriggerWait);
// Read the acquisition status
bool IsWaitingForLineTrigger = camera.AcquisitionStatus.GetValue();
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 26.
To select the exposure active signal as the source signal for the CL Spare line via direct
register access:
To determine the acquisition status of the camera using Basler pylon API:

Table of Contents

Other manuals for Basler racer

Questions and Answers:

Question and Answer IconNeed help?

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

Basler racer Specifications

General IconGeneral
BrandBasler
Modelracer
CategoryDigital Camera
LanguageEnglish

Related product manuals