JetPack 5.1.3 is no longer support libnvbuf_utils.so?

I follow steps to build FFMEPG on Jetpack 5.1.3, but I can’t find libnvbuf_utils.so on Jetson Xavier NX without get any error when building FFMPEG.

May I know how to fix it ? and any reference to use another binary to instead of libnvbuf_utils ?

Thank you.

Hi,
On Jetpack 5 we use NvBufSurface APIs. For building ffmpeg from source code, please try
【jetpack 5.1.2】Error while loading shared libraries: libnvbuf_utils.so.1.0.0 - #10 by DaneLLL

Thanks DaneLLL,
I already use your ticket to build FFMPEG and also can use FFMPEG to decode.
May I know where can get libnvbuf_utils related module ? No related binaries found under “/usr/lib/aarch64-linux-gnu/tegra/”

Thanks

Hi,
NvBuffer APIs are deprecated so libnvbuf_utils.so is removed. We now use NvBufSurface APIs

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