Skip to content
STAGING SERVER
DEVELOPMENT SERVER

How To: Set the Camera Output to Trigger a Different Device on Every Other Frame (Flip Flop)#

This solution is compatible with ace2, boost, dart IMX/M, and racer 2 cameras.

The goal is to alternate the camera's output line with each frame, allowing different lights or devices to be triggered in sequence. This setup behaves similarly to a flip-flop circuit.

This solution is applicable for customers who request a "Multiframe Trigger" feature, where two separate light sources would be triggered alternately with each frame. This is not a standard feature supported by Basler cameras.

However, it can be implemented using the camera’s Counter functionality. To achieve this behavior, apply the following configuration to the camera:

Counter 1:

Configuring Counter 1 for Flip Flop Trigger

Counter 2:

Configuring Counter 2 for Flip Flop Trigger

Line 2:

Configuring Line 2 for Flip Flop Trigger

Line 3:

Configuring Line 3 for Flip Flop Trigger

Start image acquisition to begin the Counter loop.

Note

On racer 2 cameras, the configuration described above will switch the trigger with each line of the image. To switch between full frames instead, set Counter Event Source = Frame Active for Counter 1 and Counter 2.

Back to Knowledge Articles