User`s manual
Image Acquisition Control
56 Basler aviator Camera Link
Camera.TriggerSource.SetValue ( TriggerSource_Line1 );
// 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 );
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
To set the parameters related to the acquisition start trigger 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 software, line 1, line 2, CC1,
CC2, or CC4.
If the trigger source is set 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.
For more information about changing settings via direct register access, see Section 4 on page 45.