Send detected object buffer to external API

• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 6.0
• JetPack Version (valid for Jetson only) 4.6.1
• TensorRT Version 8.2
• Issue Type( questions, new requirements, bugs) questions

I know the example of “deepstream-image-meta-test” to save images. However, I don’t wanna save images, I wanna send detected object buffer to external API.

How to get detected object buffer?
Or how to change which plugin program?

Before you dump data from NvBufSurface, you need to check memType, format and layout first. Different memType, format and layout, the dump method is different. DeepStream SDK FAQ - Intelligent Video Analytics / DeepStream SDK - NVIDIA Developer Forums 5

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