Enable Dewarper in deepstream-test5-app

• Hardware Platform (Jetson / GPU): NVIDIA Jetson Xavier NX (Developer Kit Version)
• DeepStream Version: 5.0
• JetPack Version (valid for Jetson only): Jetpack 4.4 [L4T 32.4.3]
• TensorRT Version: 7.1.3.0

Hi,
We are trying to modify deepstream-test5-app for two sources like so:

[source0]
type=2
uri=file:///
..
..
..

[source1]
type=2
uri=file:///
..
..
..

Here, source0 is a 360-D camera, and we want to enable dewarper for this source.

We looked into the source files, and we figured that we need to put a dewarper group in the config file like so:

[dewarper]
enable=1
config-file=/../../..

But how do we connect this dewarper to source0 ?

Have you checked apps/sample_apps/deepstream-dewarper-test to see if any help?

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

Hi rohitduggal21,

Have you checked apps/sample_apps/deepstream-dewarper-test?
Any update?