Add videoconvert configuration to deepstream-app

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
xavier
• DeepStream Version
6.0
• JetPack Version (valid for Jetson only)
4.6
• TensorRT Version
TRT 8.0.1
• NVIDIA GPU Driver Version (valid for GPU only)
10.2

How can I add videoconvert configuration to deepstream-app config file? I can’t find any sample. I like to crop source using videoconvert’s src-crop=”20:40:150:100” property.

Can you explain the use case?
The architecture of deepstream_app is described here: DeepStream Reference Application - deepstream-app — DeepStream 6.1.1 Release documentation , I’m afraid you cannot set the plugin if it is not listed here.

I have video source like below

Left side is 360 image and right side is one the cameras view from 360.
They come together when I stream from rtsp.
So I need to crop left side for dewrapping.
If not possible to use the property using deepstream-app config file.
How can I use that property to crop the input source as src-crop=”20:40:1500:1000”

You can refer to this pipeline, for dGPU.
gst-launch-1.0 filesrc location=streams/sample_cam6.mp4 ! qtdemux ! h264parse ! nvv4l2decoder ! nvvideoconvert src-crop=“20:40:1500:1000” ! nvdewarper config-file=config_dewarper.txt source-id=6 nvbuf-memory-type=3 ! m.sink_0 nvstreammux name=m width=960 height=752
batch-size=4 num-surfaces-per-frame=4 ! nvmultistreamtiler ! nveglglessink

For the command, if I like add in pgie, how can I add into the command?

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