RTSP input - rotate one of the input sources

• Hardware Platform Jetson Xavier NX 16 GB
• DeepStream Version 6.1.1
• JetPack Version 5.02
• Issue Type question

Hello,

I have got four input rtsp sources. One of them has to be rotated (90 degrees clockwise), so that width is 1080 and height 1920.

What is the best way to do this, in order to stream mux it properly?

Regards
Stefan

nvvidconv

flip-method : video flip methods
flags: readable, writable, controllable
Enum “GstNvVideoFlipMethod” Default: 0, “none”
(0): none - Identity (no rotation)
(1): counterclockwise - Rotate counter-clockwise 90 degrees
(2): rotate-180 - Rotate 180 degrees
(3): clockwise - Rotate clockwise 90 degrees
(4): horizontal-flip - Flip horizontally
(5): upper-right-diagonal - Flip across upper right/lower left diagonal
(6): vertical-flip - Flip vertically
(7): upper-left-diagonal - Flip across upper left/lower right diagonal

You can refer the nvvideoconvert plugin below:
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvvideoconvert.html

1 Like

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