Editing gst_dsexample for post processing

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.

There is no update from you for a period, assuming this is not an issue any more. Hence we are closing this topic. If need further support, please open a new one. Thanks.
gst-dsexample is opensource. please refer to blur_objects function in gst_dsexample_transform_ip, which will call opencv to blur the objects.

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