Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.3
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.6.1
• NVIDIA GPU Driver Version (valid for GPU only) 530.30.02
• Issue Type( questions, new requirements, bugs) Which section of the gst-dsexample plugin do I need to edit for the required post processing, which involves the use of opencv and the bounding boxes detected by the primary detector, to provide some line markings on the frame?
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description) I am trying to use the gst-dsexample to create a custom post processing module and want to add the same into the deepstream-test2 sample python application. This plugin will imprint some line markings using (cv::line) on each frame.