User`s manual

Image Acquisition Control
60 Basler aviator Camera Link
// Set the activation mode for the selected trigger to rising edge
Camera.TriggerActivation.SetValue( TriggerActivation_RisingEdge );
// Set the acquisition frame count
Camera.AcquisitionFrameCount.SetValue( 5 );
// Apply a rising edge of the externally generated electrical signal
// (ExASTrig signal) to line 1 on 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 4 on page 45.
Setting the Parameters Using Direct Register Access and Applying a Signal
To set the parameters needed to perform hardware acquisition start triggering via direct register
access:
Set the value of the Trigger Mode Acquisition Start register to on.
Set the value of the Trigger Source Acquisition Start register to line 1, line 2, CC1, CC2, or
CC4.
Set the value of the Trigger Activation Acquisition Start register to rising edge or falling edge.
Set the value of the Acquisition Frame Count register as desired.
Apply the appropriate externally generated electrical signal (ExASTrig signal) to the selected
trigger source.
For more information about changing settings via direct register access, see Section 4 on page 45.