Overlapping Cycles - Single timing
Timing diagrams of overlapping CIC cycles with identical cycle timing definition
This topic describes the behavior of the CIC when it is configured to generate one sequence of 4 cycles, each with identical timings settings.
In the following timing diagrams, user-defined values are shown in red:
● | c is the minimum cycle period defined by CycleMinimumPeriod, |
● | d is the Strobe delay defined by StrobeDelay, |
● | e is the Camera Trigger pulse width defined by ExposureTime, |
● | r is the minimum time interval between consecutive exposure defined by ExposureRecoveryTime, |
● | s is the Strobe pulse width defined StrobeDuration. |
In the following timing diagrams, values calculated by the driver are shown in blue:
● | a is the CIC cycle duration, |
● | f is the time interval between consecutive Camera Trigger pulses, |
□ | the Strobe pulse width. This is the value of StrobeDuration set by the user. |
The driver calculates the duration of the CIC Cycle (a value)from the user-defined settings ExposureTime, ExposureRecoveryTime and CycleMinimumPeriod by searching the smallest value satisfying the following conditions:
● | Condition 1: The time interval between consecutive Camera Trigger pulses (f value) must be greater than or equal to the ExposureRecoveryTime settings (r value). これにより、 Camera Trigger がトリガ伝送リンクを通って確実に流れるようになります。前の露光が完了するまで新しい露光が開始されることはありません。 |
● | Condition 2: The CIC Cycle duration (a value) must be big enough to ensure that a new readout doesn't begin before the completion of the previous one. |
● | Condition 3: The CIC Cycle duration (a value) must be big enough to include both transitions of the Camera Trigger and the Strobe signal. |
The "Readout-limited" use cases illustrate situations where the cycle period is equal to the duration of the readout phase.
The "Exposure-limited" use cases illustrate situations where the cycle period is equal to the duration of the exposure phase.

カメラサイクル速度はカメラの読み出し時間に制限されます。
This situation occurs when the exposure time (e value) is significantly smaller than the readout duration (c value). この場合、以下のように考えることができます。
● | f is likely larger than ExposureRecoveryTime: Condition 1 is fulfilled. |
● | ストロボパルスが Camera Trigger パルスの「内側」にあります。 条件1が満たされると、 条件3 は無関係になります。 |
● | ドライバーがサイクル持続時間を計算するために使用する唯一の条件は、条件2となります。 |
The optimal duration of the CIC Cycle is equal to the effective duration of the sensor readout phase. This is obtained when the user sets CycleMinimumPeriod to a value corresponding to the readout duration.
NOTE: | 読み出し期間は、カメラデータシートの最大フレームレートの仕様か実験的に求めることができます。 |

カメラサイクル速度は(初期ストロボであるにもかかわらず)カメラの読み出し時間に制限されます。
この状況は使用例1に似ており、It shows that despite an early strobe, it is possible to reach the maximum cycle rate of the camera.
This situation occurs when the exposure time (e value) is significantly smaller than the readout duration (c value). この場合、以下のように考えることができます。
● | f is likely larger than ExposureRecoveryTime: Condition 1 is fulfilled. |
● | The strobe pulse being terminating before the Camera Trigger pulse: Condition 3 is fulfilled if r is greater than d. This is the case when (d + e < c). |
● | ドライバーがサイクル持続時間を計算するために使用する唯一の条件は、条件2となります。 |
The optimal duration of the CIC Cycle is equal to the effective duration of the sensor readout phase. This is obtained when the user sets CycleMinimumPeriod to a value corresponding to the readout duration.
NOTE: | 読み出し期間は、カメラデータシートの最大フレームレートの仕様か実験的に求めることができます。 |

カメラサイクル速度は露光時間の設定に制限されます。
This situation occurs when the exposure time (e value) is significantly larger than the readout duration (c value). この場合、以下のように考えることができます。
● | すべてのサイクルが同一であり、読み出し期間が露光期間よりも短い: 条件2は適用されません。 |
● | ストロボパルスが Camera Trigger パルスの「内側」にあります。 条件1が満たされると、 条件3 は無関係になります。 |
● | ドライバーがサイクル持続時間を計算するために使用する唯一の条件は、条件1となります。 |
サイクルの最適な持続時間は、センサの露光フェーズの有効持続時間と同等です。This is obtained when the user sets ExposureRecoveryTime to a value corresponding to the minimal time interval allowed by the camera between consecutive Camera Trigger pulses.

カメラサイクル速度は(初期ストロボであるにもかかわらず)露光時間の設定に制限されます。
この状況はケース3と同様です。これは、初期のストロボにもかかわらず、小さな負の StrobeDelay 値の同じサイクルレートの場合に達することが可能であることを示しています。
This situation occurs when the exposure time (e value) is significantly larger than the readout duration (c value). この場合、以下のように考えることができます。
● | すべてのサイクルが同一であり、読み出し期間が露光期間よりも短い: 条件2は適用されません。 |
● | The strobe pulse terminating before the Camera Trigger pulse: Condition 3 becomes irrelevant when Condition 1 is fulfilled and d < r. |
● | ドライバーがサイクル持続時間を計算するために使用する唯一の条件は、条件3と条件1となります。 |
The user must set ExposureRecoveryTime to a value corresponding to the largest of the following two values:
● | 連続する Camera Trigger パルスの間にカメラが許容する最小時間間隔。 |
● | Opposite value of StrobeDelay. |
NOTE: | When CycleTriggerSource = Immediate, the cycle rate can be lowered to the desired rate by assigning a greater value to CycleMinimumPeriod. |
関連トピック ‐ 機能ガイド
関連トピック ‐ GenApiリファレンス(デバイスモジュール)