I have a Jetson Orin AGX Devkit, I followed the guide linked here: Quick Start Guide — Jetson Platform Services documentation to install BSP R36.4
Then, i installed both ai_nvr-2.0.0 and nvstreamer-2.0.0 from this link: NVStreamer on Jetson Orin — Jetson Platform Services documentation
i successfully added a video to NVStreamer (test_1), and it’s RTSP output stream → VST
im having issues interfacing with the analytics modules…
im running the Ai-NVR (vst, deepstream, emdx, etc…) using this command:
sudo docker compose -f compose_agx.yaml up -d --force-recreate
in the deep stream logs i see:
**PERF:
Active sources : 1
**PERF: FPS 1 (Avg)
Sun Jan 5 13:09:37 2025
**PERF:
test_1[31cab598-4a19-45e6-a4ed-5c7bfa0fbc82] 28.97 (28.26)
Active sources : 0
Sun Jan 5 13:09:37 2025
this means the detections are working…
when i use the webui at: http://<jetson-IP>:30000/#/vst/live-streams
and try to add tripwire or roi, i get this error (in image):
in the emdx-webapi docker logs i see:
[2025-01-02 15:11:12 +0000] [7] [INFO] Application startup complete.
2025-01-02 15:11:16,132 ERROR [7 AnyIO worker thread] (fastapi_config.py:187) - Status: 422, Detail: Rois doesn't exist for sensorId: test_1
2025-01-02 15:11:16,141 ERROR [7 AnyIO worker thread] (fastapi_alert_rules.py:32) - Status: 422, Detail: fov alert rules not present.
2025-01-02 15:11:16,145 ERROR [7 AnyIO worker thread] (fastapi_alert_rules.py:142) - Status: 422, Detail: tripwire alert rules not present.
2025-01-02 15:11:16,148 ERROR [7 AnyIO worker thread] (fastapi_alert_rules.py:239) - Status: 422, Detail: roi alert rules not present.
2025-01-02 15:11:16,218 ERROR [7 AnyIO worker thread] (fastapi_config.py:187) - Status: 422, Detail: Rois doesn't exist for sensorId: test_1
i also followed this guide: Usage & Configuration — Jetson Platform Services documentation and set the value for:
"analytic_server_address": "http://<Jetson_ip>:5000/emdx"