SwisTrack/Components/TriggerCounter

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Description[edit | edit source]

This trigger component stops processing after a certain amount of frames. This can be helpful if you want to collect a fixed number of frames after providing a start signal.

Trigger Mechanism[edit | edit source]

Before the specified number of frames have been processed, this component immediately accepts the processing of the next frame. After the specified number of frames, the component vetoes execution until "Start" is clicked again.

Parameters[edit | edit source]

Count[edit | edit source]

The number of trigger signals to allow, i.e. of frames to process.

Start[edit | edit source]

Click this button to start execution.