Q&A

I don't see any bounding boxes in the Nx Client

First make sure that the model actually has something to detect. For example if you're using a model that is expecting vehicles, that will not be detected on a camera that is viewing an empty warehouse.If the camera actually sees something that should be detected you can check if the objects view is active. If the notifications or another tab is active the bounding boxes will not be displayed.When you switch to the objects tab the bounding boxes should show up.If there are still no bounding boxes, please go through the plugin checks, system checks and things to try sections to solve the problem.

The Nx AI Manager cannot be started

If, after clicking Start, the following message appears:There could be a problem with your installation. Try manually installing the Nx AI Manager 7.1 NX AI Manager Manual Installation​If there are no bounding boxes being displayed in the Nx Client, it could point to a problem with the runtime, or driver incompatibilities. It can also mean that the model is not picking up any useful data.

How can I check if the Metadata is generated

I noticed that plugin stops generating metadata for some reason Is there any log or additional information I can collect for you so it would be useful in this case?

For advanced users, it might be advisable to check the output log of the Nx Mediaserver to see if any errors are logged. The log can be gathered by executing:

sudo journalctl -u networkoptix-metavms-mediaserver.service

Is it possible to send output to a different endpoint?

No this is not possible. It is possible to access the data and pass it through.TODO: show how to do that

The bounding boxes appear to be out of sync with the stream

This issue occurs when the visualized stream differs from the one used for AI inference. It typically happens when using a test camera. The problem usually arises from a mismatch between the primary and secondary streams, leading to the visualization of a different stream than the one used for AI processing. For instance, if the plugin operates on the secondary stream while you are viewing the primary stream, it can appear as though the bounding boxes are out of sync in the video:

In this case, to fix the issue where the plugin operates on the secondary stream while you are viewing the primary stream, either set the plugin to use the Primary stream or view the ‘Low’ resolution stream in the Client:

How to install the nightly version?

Only if our support team has requested you install the nightly version of the AI manager.

sudo bash -c "$(wget -q -O - https://artifactory.nxvms.dev/artifactory/nxai_open/NXAIPlugin/install.sh)" package=nightly

Is it safe to update?

If you want to update or re-install the Nx AI Plugin you can safely re-run the install command.

The old version of the plugin will be removed by the install script before the new version is installed.

Your settings will be stored as far as possible. You still need to check the settings, because in some cases new options are available that require some changes. An example might be a new runtime that is available for your hardware.

Last updated