How can I draw line in deepstream_imagedata-multistream.py

Please provide complete information as applicable to your setup.

• Hardware Platform: Jetson Orin Nano
• DeepStream Version: 6.3
• JetPack Version (valid for Jetson only): 5.1.2
• TensorRT Version: 8.5.2
• NVIDIA GPU Driver Version (valid for GPU only)

Please give me examlpe how can I draw line in deepstream_imagedata-multistream.py ?

You can refer to the deepstream_test_1_usb.py. Just changing the parameters of display_meta, like:

py_nvosd_line_params = display_meta.line_params[0]

Please refer to the open source code to set the parameters of line_paramsbindnvosd.cpp.

1 Like

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