• Hardware Platform (Jetson / GPU) Jetson Nano
• DeepStream Version DeepStream 5.0.1 for Jetson
• JetPack Version (valid for Jetson only) JetPack SDK 4.4.1 archive | NVIDIA Developer
• TensorRT Version TensorRT 7.1.3
Hi,
When I run the deepstream-nvdsanalytics-test sample app I notice that on detected vehicles a direction gets added to the bounding box overlay. For example it says “Vehicle 123131234 DIR: North” or if the vehicle stops it says “Vehicle 123131234 STOPPED”. If I try to recreate that same setup with the deepstream-app the “DIR: North/South” or STOPPED text does not get added to the overlay. How do I enable that?
deepstream-nvdsanalytics-test
STOPPED
DIR:North
deepstream-app
No DIR: or STOPPED
Thanks,
JN