No output stream on AINVR app Deepstream 7 Orin Nx, using yolov8s

• 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?

There are detection messages with full information, what is lacking is the output stream.

Do you mean you want to enable DeepStream RTSP output? Can you enable below sink3 in yolov8s-ds-config_nx16.txt?

[sink3]
enable=1
#Type - 1=FakeSink 2=EglSink 3=File 4=RTSPStreaming 5=Overlay
type=4

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.