User`s manual

Image Acquisition Control AW00098504000
72 Basler ace Camera Link
Camera.LineSelector.SetValue( LineSelector_Line1 );
Camera.LineMode.SetValue( LineMode_Input );
// Set the source for the selected trigger to line 1
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 3.1 on page 19.
For more detailed information about the camera’s GPIO line, see Section 5.7 on page 35.
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, CC1, CC2, or
CC3.
If the trigger source is set to line 1, set the GPIO line to operate as an input by setting the value
of the LineModeLine1 register to Input.
If the trigger source is set to line 1, CC1, CC2, or CC3, 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 direct register access, see Section 3.2 on page 21.
For more detailed information about the camera’s GPIO line, see Section 5.7 on page 35.