Hi,
I have some question about trigger design.
First, I wonder the relationship between AutoTriggerPeriod and ExposuteTime.
In the sample code, the AutoTriggerPeriod is defined 8333, and ExposuteTime is defined 8842.
Why the ExposureTime is larger than AutoTriggerPeriod? How can I define this two value are suitable?
Second, I need to know what is the relationship between input and output trigger.
If I set an output trigger using LCR_CMD_SetCamTriggerSetting(&triggerSet)
Will this command trigger is Synchronous with input trigger(auto trigger) or I need other settings?
Please refer to this picture.If I define "input trigger period = output trigger pulse width", are they triggering at the same time?