AGX Xavier: get Gstreamer nvvidconv and others

Is it possible to download the needed libs for using gstreamer with nvvidconv?

I have a custom kernel and filesystem based on the original NVidia sources, I just have some issues using Gstreamer.
The libnvvidconv library seems to bee missing and I can’t find it anywhere in the sources or download center.

All sources are based on 35.1 and Jetpack 5.0.2

Hi,
Please check the libs in

/usr/lib/aarch64-linux-gnu/gstreamer-1.0/

And these are listed in
Accelerated GStreamer — Jetson Linux<br/>Developer Guide 34.1 documentation

Hi Danelll

Under the sample root filesystem I am unable to see them.
(see attached file for available libs in the folder you described)
libs.txt (4.2 KB)

Is it possible to build needed libraries outside of the jetson system?
We do not have apt available on our jetson setup.

Hi,
Please download the driver package and sample rootfs and run the steps:
Quick Start — Jetson Linux<br/>Developer Guide 34.1 documentation

$ tar xf ${L4T_RELEASE_PACKAGE}
$ cd Linux_for_Tegra/rootfs/
$ sudo tar xpf ../../${SAMPLE_FS_PACKAGE}
$ cd ..
$ sudo ./apply_binaries.sh

After executing the steps, you should see the libs in Linux_for_Tegra/rootfs/

1 Like

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