I was trying to build the VPI-samples and got the following error:
/usr/bin/ld: warning: libEGL_nvidia.so.0, needed by /opt/nvidia/vpi1/lib64/libnvvpi.so.1.0.15, not found (try using -rpath or -rpath-link)
/opt/nvidia/vpi1/lib64/libnvvpi.so.1.0.15: undefined reference to `NvEglApiGetAccess’
On the Jetson NX, copy the CMakeLists.txt and main.cpp in one of the samples directory (/opt/nvidia/vpi1/samples/03-harris-corners for example), copy them in another directory.
Do cmake . and make then launch the application ./vpi_sample_03_harris_corners
I checked and I have the libEGL_nvidia.so.0 in the mentioned ditrectory, together with: ld.so.conf libGLESv1_CM_nvidia.so.1 libGLESv2_nvidia.so.2 nvidia.json
thanks for the reply. I tried the command but it didn’t work, I still have the same error as in the first post. Also, I don’t have a program which I could start, as you describe in the second line.