User`s manual
Image Acquisition Control AW00098504000
100 Basler ace Camera Link
bool IsWaitingForFrameTrigger = 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 page 19.
Checking the Acquisition Status Using Direct Register Access
To determine the acquisition start trigger status via the direct register access:
Read the value of the Status Acquisition Trigger Wait register.
If the value is set to 0, the camera is not waiting for the trigger signal.
If the value is set to 1, the camera is waiting for the trigger signal.
To determine the frame start trigger status via the direct register access:
Read the value of the Status Frame Trigger Wait register.
If the value is set to 0, the camera is not waiting for the trigger signal.
If the value is set to 1, the camera is waiting for the trigger signal.
For more information about direct register access, see Section 3.2 on page 21.