Show AI inference framerate on video
Create an Event Rule in Nx Meta



Set the "When" Condition


Set the "Do" Action



Last updated
The Nx AI Manager can display the inference speed (FPS) directly on the video feed using the Nx Meta Rules Engine. This works by generating an Analytics Event for each inference result and displaying it as a Text Overlay.
In the Nx Meta Desktop client, go to the Camera Settings for the camera running the AI plugin that you want to use for the FPS display.

Go to the Event Rules section.

Click Add a New Rule.

This opens a dialog where you can configure an event rule.
Source: Select the camera device.

Event: Select Analytics Event and choose the inference framerate event type.

At: Select the same camera as the source.
Action: Select Show text overlay.

Text: The default text uses $eventText, which contains the inference speed value from the analytics event. No custom text is needed for the FPS display.

When the analytics event fires, the inference throughput in frames per second is shown as an overlay on the camera feed.

Last updated