How to save Full Frame Image with bbox from deepstream-image-meta-test sample

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.0
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.0.1
• NVIDIA GPU Driver Version (valid for GPU only) 470.63.01

As mentioned in topic, C++ deepstream-image-meta-test only save the cropped object detected.
How to save Full Frame Image with bbox by modifying deepstream-image-meta-test sample?
Its a more presentable way if I can show user a full frame with the detected object bbox together

1 Like

Can you make one object meta data with the full image rect?

Hi, what do you mean by that?

I have a pipeline of pgie->tracker->tiler->nvvidconv->nvosd->sink.

I wanted to snapshot what is offered after nvosd, which is basically what is displayed to user (example a full picture with bboxes.