• 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 ?