• Hardware Platform Jetson Orin NX16 • DeepStream v7 • JetPack Version 6 • TensorRT Version
I am using AINVR app with Deesptream 7, I can find the detections on Redis, but no output stream is produced. I use the default deepstream configuration provided with AINVR app.
Config file: yolov8s-ds-config_nx16.txt (5.2 KB)
I’m running deepstream using the following command:
sh -c 'deepstream-test5-app -c /ds-config-files/yolov8s/yolov8s-ds-config_nx16.txt 2>&1 | grep --line-buffered . | tee -a /log/deepstream.log'
Noticing you enabled MsgConvBroker in yolov8s-ds-config_nx16.txt, do you mean the broker server can’t receive messages or there is no detection information in messages?