Difference between revisions of "GstCUDA - GstCUDA Framework"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 3: Line 3:
 
[[GstCUDA - libGstCUDA API | libGstCUDA API]]|
 
[[GstCUDA - libGstCUDA API | libGstCUDA API]]|
  
This page shows the libGstCUDA API documentation provided in the GstCUDA framework.
+
This page offers a description of the GstCUDA framework.
 +
 
 +
__TOC__
 +
 
 +
==Description==
 +
GstCUDA offers a framework that allows users to easily develop custom GStreamer elements that executes different CUDA algorithms. The GstCUDA framework is a series of base classes abstracting the complexity of both CUDA and GStreamer. With GstCUDA, developers avoid writing elements from scratch, thanks to the provided framework, allowing the developer to focus on the CUDA algorithm logic, and accelerating time to market.
 +
 
 +
 
 +
==GstCUDA Framework Index==
  
'''''Under Construction'''''
 
  
 
}}
 
}}

Revision as of 16:20, 4 October 2017


Building and Installation Guide


Home

libGstCUDA API



This page offers a description of the GstCUDA framework.

Description

GstCUDA offers a framework that allows users to easily develop custom GStreamer elements that executes different CUDA algorithms. The GstCUDA framework is a series of base classes abstracting the complexity of both CUDA and GStreamer. With GstCUDA, developers avoid writing elements from scratch, thanks to the provided framework, allowing the developer to focus on the CUDA algorithm logic, and accelerating time to market.


GstCUDA Framework Index



Building and Installation Guide


Home

libGstCUDA API