Installation of VPI is performed preferably using the SDK Manager automated installer, stepping through the installation and setup of the platform on the host and target system.
Please consult the SDK Manager User Guide for detailed installation instructions.
Alternatively, linux-x86_64 host installation also can be performed using apt
:
The installer copies VPI files to /opt/nvidia/vpi-0.4, also creating a symlink /opt/nvidia/vpi pointing to it. This allows some old build systems to hard-code VPI's location so it always uses the most recently installed version.
Inside this directory, the following sub-directories can be found:
- include | C headers |
- lib | shared libraries for host platform |
- samples/* | complete sample applications |
- targets/* | shared libraries for host and target platforms, needed for cross-compilation |
After a successful installation, start learning some basic concepts, then go write your first application with VPI.