Jump to content

NVIDIA VPI GStreamer Plug-in/Getting Started/Evaluating GstVPI: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 3: Line 3:
</noinclude>
</noinclude>


== Requesting the Evaluation Binary ==


RidgeRun can provide you with an evaluation binary of the VPI Gstreamer plug-in to help you test it, in order to request an evaluation binary for a specific architecture, please contact us providing the following information:
* Platform (i.e.: NVIDIA Jetson TX1/TX2, Xavier, Nano.)
* Jetpack version
* Input resolutions and frame rates
* Expected output resolution and frame rate
* Latency requirements
<center>
[[File:RR Contact Us.png|200px|link=http://www.ridgerun.com/contact]]
</center>
== Features of the Evaluation ==
To help you test our VPI Gstreamer plug-in, RidgeRun can provide an evaluation version of the plug-in.
The following table summarizes the features available in both the professional and evaluation version of the element.
<center>
<table class="wikitable">
  <tr>
    <th>Feature</th>
    <th>Professional</th>
    <th>Evaluation</th>
  </tr>
  <tr>
    <td>Gaussian Filter Element</td>
    <td style="background-color:#DAF7A6">Y</td>
    <td style="background-color:#DAF7A6">Y</td>
  </tr>
  <tr>
    <td>Undistort Element</td>
    <td style="background-color:#DAF7A6">Y</td>
    <td style="background-color:#DAF7A6">Y</td>
  </tr>
  <tr>
    <td>Harris Keypoint Detector Element</td>
    <td style="background-color:#DAF7A6">Y</td>
    <td style="background-color:#DAF7A6">Y</td>
  </tr>
  <tr>
    <td>KLT Tracker Element</td>
    <td style="background-color:#DAF7A6">Y</td>
    <td style="background-color:#DAF7A6">Y</td>
  </tr>
  <tr>
    <td>Overlay Element</td>
    <td style="background-color:#DAF7A6">Y</td>
    <td style="background-color:#DAF7A6">Y</td>
  </tr>
  <tr>
    <td>Videoconvert Element</td>
    <td style="background-color:#DAF7A6">Y</td>
    <td style="background-color:#DAF7A6">Y</td>
  </tr>
  <tr>
    <td>Convolution Element</td>
    <td style="background-color:#DAF7A6">Y</td>
    <td style="background-color:#DAF7A6">Y</td>
  </tr>
  <tr>
    <td>Separable Convolution Element</td>
    <td style="background-color:#DAF7A6">Y</td>
    <td style="background-color:#DAF7A6">Y</td>
  </tr>
  <tr>
    <td>KLT Tracker Example</td>
    <td style="background-color:#DAF7A6">Y</td>
    <td style="background-color:#DAF7A6">Y</td>
  </tr>
  <tr>
    <td>Unlimited Processing Time</td>
    <td style="background-color:#DAF7A6">Y</td>
    <td style="background-color:#FF5733">N (1)</td>
  </tr>
  <tr>
    <td>Source Code</td>
    <td style="background-color:#DAF7A6">Y</td>
    <td style="background-color:#FF5733">N</td>
  </tr>
  <caption>Table 1. Features provided in the evaluation version</caption>
</table>
</center>
'''(1)''' The evaluation version will limit the processing to a maximum of 1800 frames.
== Evaluating the plug-in ==
First, make sure the dependencies are fulfilled:
<syntaxhighlight lang='bash'>
sudo apt install libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev \
libgstreamer-plugins-bad1.0-dev \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-bad
</syntaxhighlight>


<noinclude>
<noinclude>
{{NVIDIA VPI GStreamer Plug-in/Foot|Getting Started|Getting Started/Getting the code}}
{{NVIDIA VPI GStreamer Plug-in/Foot|Getting Started|Getting Started/Getting the code}}
</noinclude>
</noinclude>
222

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.