I am using docker image nvcr.io/nvidia/deepstream:8.0-gc-triton-devel. nvcompositor element is not available as part of the docker image.
I have installed below plugin as well, but nvcompositor gst element is missing
apt-get install -y --no-install-recommends \
gstreamer1.0-tools \\
gstreamer1.0-plugins-base \\
gstreamer1.0-plugins-good \\
gstreamer1.0-plugins-bad \\
gstreamer1.0-plugins-ugly \\
gstreamer1.0-libav \\
gstreamer1.0-nice \\
gstreamer1.0-gl \\
libnice10 \\
libnice-dev \\
libsrtp2-1 \\
libsrtp2-dev \\
libwebrtc-audio-processing1 \\
libwebrtc-audio-processing-dev \\
libsoup-3.0-0 \\
libsoup-3.0-dev \\
libjson-glib-1.0-0 \\
libjson-glib-dev \\
libssl3t64 \\
libvpx9 \\
libopus0 \\
fonts-dejavu-core \\
fontconfig \\
liborc-0.4-0 \\
build-essential \\
pkg-config \\
libgstreamer1.0-dev \\
libgstreamer-plugins-base1.0-dev \\
libgstreamer-plugins-bad1.0-dev \\
libglib2.0-dev \\
I am trying to do compositing using nvcompositor , But it seems nvcompositor element is not avaialble.
I tried alternate solution multistreamtiler. But multistreamtiler support only grid based compositing. We have a usecase of custom layouting/ asymmetric tiling.
Any help in this regard would be highly appriciated
