# Things to try

### Restart and reconnect <a href="#have-you-tried-turning-it-off-and-on-again" id="have-you-tried-turning-it-off-and-on-again"></a>

Always try restarting the system first, this resolves many transient issues.

Also check all cables by unplugging them and plugging them back in.

#### Restart the Nx Meta Mediaserver <a href="#restart-the-nx-meta-mediaserver" id="restart-the-nx-meta-mediaserver"></a>

For the plugin to be detected after install, restart the Nx Meta mediaserver. Open `<Server IP Address>:7001` in a browser, go to the **Servers** tab, and click the restart button.

### Reinstall the Nx Meta Mediaserver <a href="#reinstall-the-plugin" id="reinstall-the-plugin"></a>

First, remove the existing plugin by following the [uninstall instructions](/nx-ai-manager-v6.1.2/nx-ai-manager-plugin/advanced-configuration/removing-the-plugin.md). Then follow the [install instructions](/nx-ai-manager-v6.1.2/nx-ai-manager-plugin/install-plugin.md) for a clean installation.

### Try another version <a href="#try-another-version" id="try-another-version"></a>

There might be a newer version of Nx Meta or Nx EVOS available. The new version might have improved functionality. Download the [new version](https://meta.nxvms.com/download/releases) and install it to see if your problems are solved.

Check if the latest beta fixes your problem, or if it worked in a previous release.

* Nx AI Manager plugin - see the [install instructions](/nx-ai-manager-v6.1.2/nx-ai-manager-plugin/install-plugin.md).
* Nx Meta Mediaserver - check if there is a [newer version or a beta](https://meta.nxvms.com/download/releases) available.
* Nx Meta client - check if there is a [newer version or a beta](https://meta.nxvms.com/download/releases) available.

### Try another model <a href="#try-another-model" id="try-another-model"></a>

See if you can install another model and see if it gives correct results. Verify that the model is [downloaded](/nx-ai-manager-v6.1.2/support-and-troubleshooting/troubleshooting/plugin-checks.md) and running.

### Try another camera <a href="#try-another-camera" id="try-another-camera"></a>

Check if the model works on another camera. If no other camera is available, you can point the camera at a different scene.

### Try to reset an unresponsive USB camera

USB webcams on Linux can enter sleep mode and become unresponsive. To reset one remotely, log in to the machine's console and use `usbreset` to list USB devices. Reset a specific device with its bus address:

```bash
user@system: usbreset 00n/00m
```

### Try a test camera stream <a href="#try-a-test-camera-stream" id="try-a-test-camera-stream"></a>

If you cannot swap the camera, use a video feed instead. The Network Optix [test camera tool](https://support.networkoptix.com/hc/en-us/articles/32766623336087-The-Testcamera-IP-Camera-Emulator) lets you stream a video file as a virtual camera, useful for testing a specific model against known footage.

### Try another computer <a href="#try-another-computer" id="try-another-computer"></a>

If you have another computer available, install the Nx Meta Mediaserver or Nx EVOS and check if it works on that system. The Nx AI Manager in Nx Meta and Nx EVOS can run on systems like the Raspberry Pi or the NVIDIA Orin Nano and on many standard PCs and laptops.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nx.docs.scailable.net/nx-ai-manager-v6.1.2/support-and-troubleshooting/troubleshooting/things-to-try.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
