Deepstream-app Two Simultaneous Filesinks (with and without Bounding Boxes)

• Hardware Platform (Jetson / GPU)
Jetson Xavier NX Devkit
• DeepStream Version
5.0
• JetPack Version (valid for Jetson only)
REVISION: 4.3
• TensorRT Version
7.1.3.0-1
• NVIDIA GPU Driver Version (valid for GPU only)
N/A
• Issue Type( questions, new requirements, bugs)
Questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
N/A
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
N/A

Is it possible to have two separate filesinks in the “deepstream-app” application?

I would like one file sink to be the raw buffers drawn to a file, and the second filesink to be the stream with prediction bounding boxes overlaid on top.

I can get both working separately, but I’m wondering if its possible to do both at once.

If this is possible, could you attach a sample config.txt of the group(s) configuration?

Thanks in advance,
w_s

How can you dump “the raw buffers drawn to a file” with depstream-app? Do you mean YUV data or RGB data with “the raw buffers”?

by raw buffers I simply mean not overlaying the OSD (bounding boxes) on top of stream before writing to an mp4.

I can enable/disable the OSD group in order to get an mp4 with/without boxes respectively.
However I’m wondering if I can setup my config to stream with/without boxes at the same time.

Thanks,
w_s

Yes. To disable tiler and enable multiple sink group with different “source-id” will output separated streams.
A deepstream-app config file sample: test_config.txt (4.6 KB)