VPI 0.4.4 doesn't work

Hi,

Trying to rebuld my gstnvarguscamerasrc, using the VPI library, but I get an error like:

gst-inspect-1.0 ./libgstnvarguscamerasrc.so
(gst-inspect-1.0:23577): GStreamer- WARNING **: 13:36:27.455: Failed to load plugin ‘./libgstnvarguscamerasrc.so’: libnvvpi.so.0: cannot open shared object file: No such file or directory

Could not load plugin file: Opening module failed: libnvvpi.so.0: cannot open shared object file: No such file or directory

sudo ldconfig -p | grep vpi

lib vpi .so.0.0.2.1 (libc6,AArch64) => /opt/nvidia/deepstream/deepstream-5.0/lib/lib vpi .so.0.0.2.1

libnv vpi .so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libnv vpi .so

VPI was installed according to instructions

Hi,
Do you upgrade the system to JP4.4.1(r32.4.4)?

Version: 4.4-b144

/Fredrik

Hi,
Please run $ head -1 nv_tegra_release and check if it is r32.4.4. If not, please re-flash the system through sdkmanger.

The system is installed via the JetPack SD Card image

Hi,
We have a try and don’t observe the issue. Please try to add the lines to Makefile:

INCLUDES += -I/opt/nvidia/vpi/include/

and

-L/opt/nvidia/vpi/lib -lnvvpi

Hi,

Thanks a lot, that did the job.

Strange that it occurred when updating to VIP0.4

Fredrik

1 Like