Advanced configuration

Advanced configuration topics
Last updated
The NX AI Manager Plugin allows further integration for advanced users to add custom behavior or processing. This section covers topics such as external preprocessing and postprocessing pipelines, manual installation, plugin removal, and low-level .ini settings. These options are intended for users who need capabilities beyond the standard plugin configuration.
The diagram below shows where external preprocessors and postprocessors hook into the inference pipeline, before and after the model respectively:

External Preprocessing: Connect an external service to preprocess camera frames before they reach the AI model.
External Postprocessing: Connect an external service to process inference results after the AI model runs.
Manual Plugin Installation: Install or update the plugin without using the automatic installer.
Removing the Plugin: Uninstall the Nx AI Manager Plugin from a server.
Enable .ini settings: Unlock additional low-level settings via the NX server .ini configuration file.
Last updated