Deepstream object detection + panorama process

I downloaded and installed deepstream5.0 with python and python app also and i modify deepstream-test3. it works well.(jetson 4.4 xavier)

i want to add the panorama process. but i can not see the panorama example. i should try this… how can i do…? help me plz

DeepStream SDK has no panorama plugin.
It looks you should create your own building block.
=> Implementing a Custom GStreamer Plugin with OpenCV Integration Example

Given Plugins from DeepSteam SDK only can do rescale(in streammux) and dewarp in image processing, I think.
Most Image Processing has to create by user.