Deepstream | Expand NvBufSurface

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU): NVIDIA Jetson TX2 NX
• DeepStream Version: 6.0
• JetPack Version (valid for Jetson only): 4.6
• TensorRT Version: 8.0.1.6
• Issue Type( questions, new requirements, bugs): Questions

Hello there!

I am using a custom version of a deepstream pipeline, nearly identical to deepstream_test3_app. In the custom plugin gst-dsexample I want to allocate more space on the incoming NvBufSurface. How can I expand the size there? Can I use another plugin before gst-dsexample to increase the surface size?

Thx in advance,
Tobi

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

No. The dsexample plugin is the in-place plugin, the input buffer is the output buffer, you can not change the buffer size.

If you want to output a larger video (enlarge the video resolution), you can use nvvideoconvert before dsexample.

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