CUDA ISP for NVIDIA Jetson

From RidgeRun Developer Connection
Jump to: navigation, search


  Index Next: CUDA ISP for NVIDIA Jetson Basics




CUDA ISP for NVIDIA Jetson!

CUDA ISP for NVIDIA Jetson Plugin from RidgeRun.




CUDA ISP for NVIDIA Jetson

Nvidia-preferred-partner-badge-rgb-for-screen.png

This wiki is a user guide for our CUDA ISP for NVIDIA Jetson project.

What is CUDA ISP for NVIDIA Jetson?

CUDA ISP is a RidgeRun library developed to provide an out-of-the-box image processing algorithms, focusing on easiness and performance. Since our library's CUDA algorithms run on the GPU, it reduces CPU usage, thus freeing its processing capacity for others applications. This library can also work with computers that do not have a built-in ISP, by adding a discrete GPU to the computer architecture. It is intended for programs that require a large amount of CPU usage. It can also be used with GStreamer applications.

The algorithms provided by the CUDA ISP are:

  • Demosaic/Debayering
  • Auto white balance
  • Shifting

In the image below you can see the software stack of the library.




Error creating thumbnail: Unable to save thumbnail to destination




RidgeRun also makes a binary-only evaluation version available. Please refer to Contact Us to get an evaluation binary.

Use cases

CUDA ISP provides an alternative solution to reduce CPU usage by allowing the GPU handle the image processing.

  • Application with a large percentage of CPU usage

If you ever found yourself overloading the CPU processing capacity, the GPU can handle it via CUDA ISP.




Error creating thumbnail: Unable to save thumbnail to destination




  • Computers with no ISP built-in

Computers with x86 architecture do not have a built-in ISP. Adding a discrete GPU to the architecture allows CUDA ISP to be used as an alternative processor.

  • Artificial intelligence applications

Developing artificial intelligence (AI) applications, such as computer vision, can require intensive computations in which the GPU can help with the processing. It is possible to find CUDA ISP working on a multi-GPU environment, where the ISP runs on a GPU and the AI applications on another one.

  • Streaming applications

Streaming applications require lots of CPU processing as well. By letting the GPU handle it with CUDA ISP, the CPU will be freed for other processing tasks.

I am on a Jetson. Why should I use CUDA ISP?

  • High-CPU usage

If you want to free your CPU from the ISP computation, you can use CUDA ISP.

  • As NVIDIA ISP backup

Depending on your processing, the NVIDIA ISP may consume CPU due to additional processing. You can use CUDA ISP as an alternative.

  • Flexibility

CUDA ISP is flexible and extensible. You can add more algorithms to perform ISP tasks. We can team up in your next project to speed up the ISP.

Tested Platforms

Since CUDA ISP is a C++ library, it can be run on different platforms:

  • x86-64 (Linux) with discrete GPU added.
    • Intel-based systems
    • AMD-based systems
  • ARM 64-bit (Linux)
    • NVIDIA Jetson Nano
    • NVIDIA Jetson Xavier NX

CUDA ISP Purchase

                                                                           
RR Contact Us.png



RidgeRun Support

RidgeRun provides support for embedded Linux development for NVIDIA, Xilinx, Freescale/NXP, and Texas Instruments platforms, specializing in multimedia applications. This page contains detailed guides and information on how to get started with the CUDA ISP for NVIDIA Jetson and start using its full capabilities.

To get up-to-speed with your CUDA ISP for NVIDIA Jetson, start by clicking below:

Error creating thumbnail: Unable to save thumbnail to destination



RidgeRun Resources

Quick Start Client Engagement Process RidgeRun Blog Homepage
Technical and Sales Support RidgeRun Online Store RidgeRun Videos Contact Us

OOjs UI icon message-progressive.svg Contact Us

Visit our Main Website for the RidgeRun Products and Online Store. RidgeRun Engineering informations are available in RidgeRun Professional Services, RidgeRun Subscription Model and Client Engagement Process wiki pages. Please email to support@ridgerun.com for technical questions and contactus@ridgerun.com for other queries. Contact details for sponsoring the RidgeRun GStreamer projects are available in Sponsor Projects page. Ridgerun-logo.svg
RR Contact Us.png
Error creating thumbnail: Unable to save thumbnail to destination


  Index Next: CUDA ISP for NVIDIA Jetson Basics