<div dir="ltr"><div><br></div>assuming your CUDA is installed under /usr/local/cuda (a symbolic link to your real CUDA version, e.g. CUDA 10/11),<div>what I did (with older SDK version):</div><div>sudo cp ./Video_Codec_SDK_11.0.10/Interface/* /usr/local/cuda/include<br>sudo cp ./Video_Codec_SDK_11.0.10/Lib/x64/* /usr/local/cuda/lib64/stubs<br></div><div><br></div><div>I did not have errors as you encountered, so not much help on that.</div><div><br></div><div>Regards,</div><div><br></div><div>Yu</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 13 Sept 2021 at 16:38, Marc <<a href="mailto:Marc@f1-outsourcing.eu">Marc@f1-outsourcing.eu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
> <br>
> Also, you may consider installing NVidia Video SDK 11 before running the<br>
> gst-build to unitize the full power of the latest NVidia Video SDK.<br>
> <br>
<br>
Hmmm there is not much installing with Video_Codec_SDK_11.1.5.zip. I assume this is just a<br>
<br>
cp Video_Codec_SDK_11.1.5/Lib/linux/stubs/x86_64/*.so /usr/local/lib64/<br>
cp /tmp/Video_Codec_SDK_11.1.5/Interface/*.h /usr/local/include/<br>
<br>
I also installed a driver like this (building docker image)<br>
<br>
./nvidia-installer --accept-license --skip-module-unload --silent --no-backup --no-kernel-module \<br>
    --no-x-check --no-nouveau-check --no-distro-scripts --no-wine-files --no-unified-memory --no-drm \<br>
    --skip-depmod --no-systemd<br>
<br>
But running gst-inpspect gives this error:<br>
<br>
nvenc gstnvenc.c:919:gst_nvenc_load_library: Could not query max supported api version, ret 1<br>
<br>
On this docker test server I do not have a nvidia card, so I am not sure if the error is related to that. Here on my local environment I have an old GK104/GeForce GTX 760. That only supports cuda. Is this supported by this install? Or should I build some other drivers for the cuda?<br>
<br>
<br>
</blockquote></div>