MultiCam Boards Documentation > MultiCam Documentation > MultiCam User Guide > MultiCam Basics > Signaling > Signaling Mechanisms

Signaling Mechanisms

MultiCam proposes three mechanisms to control the event flow between the application and the acquisition or processing operation inside the MultiCam driver.

Method

Conditions

Callback signaling

Using a user-written function called by the MultiCam driver on a signal occurrence.

Waiting signaling

Making the application thread waiting for a signal occurrence.

Advanced signaling

Using standard Windows wait functions and events.