I have download a video SDK(Video_Codec_SDK_9.0.20) on jetson nano, when I compile the video SDK sample code , there is an error:
/usr/bin/ld: skipping incompatible /usr/local/cuda/lib64/stubs/libnvcuvid.so when searching for -lnvcuvid
/usr/bin/ld: cannot find -lnvcuvid
It seems the libnvcuvid.so is not compatible on jetson nano platform. (Linux version Ubuntu 18.04.)
Anyone could please give some help on this issue?
Thanks