NVDECODE API on Tegra TX2

Hi,

Is the nvdecode API available on JetsonTX2 devkit? I ported our software and it looks for a libnvcuvid.so which I cannot find. Do I have to implement a specific plugin for our software for video processing on TX2?

Regards
Andi

Hi Andi, on Jetson the gstreamer and V4L2 APIs are provided in lieu of nvcuvid.

Please consult the L4T Accelerated GStreamer Guide to get started with GStreamer, and L4T Multimedia API Reference for the V4L2 codec interfaces.

Hi,

Thanks a lot for the fast reply. I will have a look at he L4T APIs then.

Regards,
Andi

Are there more samples than those that come with the JetPack? Or does anyone know more samples regarding decoding video on the JetsonTX2?