Acquisition Status - Basler Racer User Manual

Camera link cameras
Hide thumbs Also See for Racer:
Table of Contents

Advertisement

AW00118508000
//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.
To select the exposure active signal as the source signal for the CL Spare line via direct
register access:
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
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
To determine the acquisition status of the camera using Basler pylon API:
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
Basler racer Camera Link
Acquisition Control
page
28.
page
26.
81

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents