Nx AI Manager Documentation
  • Nx AI Manager plugin v4.4
  • Nx AI Manager
    • Get started with the NX AI Manager plugin
    • 1. Install Network Optix
    • 2. Install Nx AI Manager Plugin
    • 3. Configure the Nx AI Manager plugin
      • 3.1 Model Settings
      • 3.2 Model pipeline selection and configuration
      • 3.3 Model pipelines on multiple devices
    • 4. Other Network Optix Plugin Settings
    • 5. Manual Plugin Installation
    • 6. Removing the Nx AI Manager
    • 7. Advanced configuration
      • 7.1 Nx AI Manager Manual Installation
      • 7.2 External Post-processing
      • 7.3 External Pre-processing
      • 7.4 Training Loop
      • 7.5 Enable ini settings
  • Nx AI Cloud
    • Introduction
    • Registration and log-in
    • Deployment and device management
    • Upload your model
      • Normalization
    • Use your model
    • API Documentation
  • SUPPORT & TROUBLESHOOTING
    • How to get support
    • Troubleshooting
      • Plugin checks
      • OS checks
      • System checks
      • Things to try
      • Controlling the server and the plugin
      • Q&A
  • Videos
    • Howto videos
  • AI Accelerators Support
    • Introduction
    • Supported AI accelerators
    • Nvidia Support
    • OpenVino Support
    • Hailo Support
  • For Data Scientists
    • Introduction
    • About ONNX
    • Custom model creation
    • ONNX requirements
    • Importing models
      • From Edge Impulse
      • From Nota AI
      • From Teachable Machine
      • From Hugging Face
      • From Ultralytics
      • From PyTorch
      • From TensorFlow / TFLite
      • From Scikit-learn
      • Common Models
  • Miscellaneous
    • Nx AI Certification Test
    • Nx AI Manager on SCAiLX
    • Privacy policy
    • Support
    • End user license agreement
    • Nx cloud cookie statement
Powered by GitBook
On this page
  • I don't see any bounding boxes in the Nx Client
  • The Nx AI Runtime is having trouble starting
  • How can I check if the Metadata is generated
  • Is it possible to send output to a different endpoint?
  • The bounding boxes appear to be out of sync with the stream
  • How to install the nightly version?
  • Is it safe to update?
  1. SUPPORT & TROUBLESHOOTING
  2. Troubleshooting

Q&A

PreviousControlling the server and the pluginNextHowto videos

Last updated 3 months ago

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 , and sections to solve the problem.

The Nx AI Runtime is having trouble starting

No matching architecture found for model

This message might appear if you have a model assigned that is not compatible with your current hardware or runtime. The NxAI WebUI should prevent you from assigning incompatible models, but it might still happen if devices were moved to different servers, or if the runtime on the server was changed.

This problem could be solved by assigning a different compatible model or reselecting the runtime.

AI Manager failed to create listening socket

The AI Manager tries to create a socket file on the filesystem to communicate with the Network Optix Mediaserver. It will try to create this file at the default location.

If a file exists, or for whatever reason the AI Manager does not have permissions to write to the default location, this will fail.

Making this path available should solve the issue. On devices where this is not an option, the file location can be controlled through ini settings. See 7.5 Enable ini settings

If all else fails

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. See 7.2 External Post-processing

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

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.

If the message still appears, there could be a problem with your installation. Try manually installing the Nx AI Manager .

This issue occurs when the visualized stream differs from the one used for AI inference. It typically happens when using a . 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:

7.1 Nx AI Manager Manual Installation
test camera
plugin checks
system checks
things to try