Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson) • DeepStream Version 6.3 • JetPack Version (5.1.2) • Issue Type( question) • Possible to pipe in mqtt messages from local mosquitto broker in nvgraph in order to display messages as text overlays in nvgraph osd.
**•
Details:
Nvgraph is running on jetson in docker container.
“Cloud message receiver” connects to a topich of mosquitto broker and receives messages. Converting that messages to use the text of it in “on screen display” plugin.
Example: gps coordinates are displayed as a text in a box on the screen.
**
To get message from mqtt server with “subscribe-topic-list” and draw the received message on the video?
→ exactly, that is, what I want to be done. @Fiona.Chen Thank you!