Difference between revisions of "CUDA ISP for NVIDIA Jetson/Getting Started/Evaluating the CUDA ISP"

From RidgeRun Developer Connection
Jump to: navigation, search
(Requesting the Evaluation Binary)
(Requesting the Evaluation Binary)
(Tag: Replaced)
Line 1: Line 1:
== Requesting the Evaluation Binary ==
 
  
To request an evaluation binary for a specific architecture, don't hesitate to get in touch with us providing the following information:
 
 
* Platform (i.e.: TX1, TX2, x86)
 
* Operating System version, including:
 
** Kernel version. Use <code>uname -a</code>
 
** Distribution version.
 
* If you are on Jetson:
 
** Jetpack version
 
** L4T version
 
* CUDA and NPP library version
 
 
 
RidgeRun will provide you with the binaries to evaluate BIPS with some limitations
 
 
<center>
 
[[File:RR Contact Us.png|200px|link=http://www.ridgerun.com/contact]]
 
</center>
 
 
 
<noinclude>
 
{{CUDA ISP for NVIDIA Jetson/Head|previous=|next=|metakeywords=|metadescription=}}
 
</noinclude>
 
 
=== Installing CUDAISP ===
 
 
RidgeRun will provide you with a tarball with the following contents:
 
 
<pre>
 
 
└── usr
 
    └── local
 
        ├── include
 
        │   └── libcudaisp
 
        │      ├── buffer.hpp
 
        │      ├── colorspaceparams.hpp
 
        │      ├── debayerparams.hpp
 
        │      ├── ialgorithm.hpp
 
        │      ├── ibackend.hpp
 
        │      ├── ilogger.hpp
 
        │      ├── iparams.hpp
 
        │      ├── isettings.hpp
 
        │      ├── isp.hpp
 
        │      └── shiftparams.hpp
 
        ├── lib
 
            └── aarch64-linux-gnu
 
                ├── gstreamer-1.0
 
                │   └── libgstcudaisp.so
 
                └── libcudaisp.so
 
 
</pre>
 
 
After decompressing the files, please, copy the contents to the target machine:
 
 
<syntaxhighlight lang=bash>
 
sudo cp -r usr/local/* /usr/local/
 
</syntaxhighlight>
 
  
  

Revision as of 20:39, 27 March 2023














  Index