Getting Started - Evaluating PVA ISP
🚧 Documentation under development
The PVA ISP for NVIDIA Jetson guide is currently under active development. Some sections may be incomplete or change without notice.
Questions? Contact RidgeRun or email to support@ridgerun.com.
This section provides a guide to obtaining, installing, and testing the RidgeRun PVA ISP evaluation version.
Step 1: Request the Evaluation Binaries
RidgeRun provides a fully-featured evaluation version of the plugin with a limited processing time, as shown in table 1:
| Feature | Professional | Evaluation |
|---|---|---|
| PVA ISP Plugin | Y | Y |
| Unlimited Processing Time | Y | N (*) |
| Source Code | Y | N |
(*) With the evaluation version, you will have access to all the features for a limited period of time.
In order to request an evaluation binary for a specific architecture, please Contact Us by providing the following information:
- Platform (i.e.: i.Jetson AGX Orin, etc...)
- L4T Version (i.e.: 36.4.4)
- GStreamer version and kernel version, you can provide the output of the following commands:
gst-launch-1.0 --gst-version uname -a
Step 2: Install the dependencies
Make sure the dependencies are fulfilled, for this check our Dependencies section before moving to the next step.
Step 3: Install the Binaries
RidgeRun should've provided you with a .tar package: pva-isp-1.Y.Z-gst-1.X-P-eval.tar.
tar -xvf pva-isp-1.Y.Z-gst-1.X-P-eval.tar
Run the configuration script to start the evaluation environment.
cd pva-isp-1.Y.Z-gst-1.X-P-eval/ ./configuration.sh
Step 4: Testing the Binaries
Then check the plugin as follows in the new bash shell.
gst-inspect-1.0 pvaisp gst-inspect-1.0 pvacudaupload
You can now test the plugin installation as described in our Sample Applications and Sample Pipelines section.