Image Acquisition Control90 Basler scoutCamera.AcquisitionFrameCount.SetValue( 5 );// Execute an acquisition start command to prepare for frame acquisitionCamera.AcquisitionStart.Execute( );while ( ! finished ){// Execute a trigger software command to apply a software acquisition// start trigger signal to the cameraCamera.TriggerSoftware.Execute( );// Perform the required functions to parameterize the frame start// trigger, to trigger 5 frame starts, and to retrieve 5 frames here}Camera.AcquisitionStop.Execute( );// Note: as long as the Trigger Selector is set to Acquisition Start, executing// a Trigger Software command will apply a software acquisition start trigger// signal to the cameraYou can also use the Basler pylon Viewer application to easily set the parameters.7.4.5 Using a Hardware Acquisition Start Trigger(Standard Mode)7.4.5.1 IntroductionIf the Trigger Mode parameter for the acquisition start trigger is set to on and the Trigger Sourceparameter is set to line 1, an externally generated electrical signal injected into physical input line1 on the camera will act as the acquisition start trigger signal for the camera. This type of triggersignal is generally referred to as a hardware trigger signal or as an external acquisition start triggersignal (ExASTrig).A rising edge or a falling edge of the ExASTrig signal can be used to trigger acquisition start. TheTrigger Activation parameter is used to select rising edge or falling edge triggering.When the Trigger Mode parameter is set to on, the camera will initially be in a "waiting for acquisitionstart trigger" acquisition status. It cannot react to frame start trigger signals when in this acquisitionstatus. When the appropriate ExASTrig signal is applied to line 1 (e.g, a rising edge of the signal forrising edge triggering), the camera will exit the "waiting for acquisition start trigger" acquisitionstatus and will enter the "waiting for frame start trigger" acquisition status. It can then react to framestart trigger signals. When the number of frame start trigger signals received by the camera is equalto the current Acquisition Frame Count parameter setting, the camera will return to the "waiting foracquisition start trigger" acquisition status. When a new ExASTrig signal is applied to line 1, thecamera will again exit from the "waiting for acquisition start trigger" acquisition status and enter the"waiting for frame start trigger" acquisition status.