These minor changes to the hamamatsu camera control classes set the trigger pins such that every camera can be triggered by an external 'fire/exposure' signal. This change allows multiple cameras to be coordinated by using an external trigger signal from one to trigger other cameras.
As an example, two camera systems can be configured by adding the following flags to configuration xml file. For the control camera:
<!-- Trigger properties of the camera -->
<trigger_source type="string">INTERNAL</trigger_source>
<trigger_polarity type="string">POSITIVE</trigger_polarity>
<trigger_active type="string">SYNCREADOUT</trigger_active>
These minor changes to the hamamatsu camera control classes set the trigger pins such that every camera can be triggered by an external 'fire/exposure' signal. This change allows multiple cameras to be coordinated by using an external trigger signal from one to trigger other cameras.
As an example, two camera systems can be configured by adding the following flags to configuration xml file. For the control camera:
For the worker camera: