GstCUDA - libGstCUDA API: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 5: Line 5:
This page shows the libGstCUDA API documentation provided in the GstCUDA framework.
This page shows the libGstCUDA API documentation provided in the GstCUDA framework.


'''''Under Construction'''''
__TOC__
 
==Description==
LibGstCUDA API consists in a library that expose special structures and functions that abstracts the complexity of: handle NVMM memory type buffers, extracts the data buffer to be processed and pass it to the GPU, and recover back the processed data from the GPU to the GStreamer element. The methods implemented in the libGstCUDA API ensures an optimal performance, due to direct handling of NVMM memory type buffers and zero memory copy interface between GStreamer and CUDA.
 
==API Documentation==
 


}}
}}

Revision as of 23:03, 4 October 2017


GstCUDA Framework


Home

GstCUDABaseFilter



This page shows the libGstCUDA API documentation provided in the GstCUDA framework.

Description

LibGstCUDA API consists in a library that expose special structures and functions that abstracts the complexity of: handle NVMM memory type buffers, extracts the data buffer to be processed and pass it to the GPU, and recover back the processed data from the GPU to the GStreamer element. The methods implemented in the libGstCUDA API ensures an optimal performance, due to direct handling of NVMM memory type buffers and zero memory copy interface between GStreamer and CUDA.

API Documentation



GstCUDA Framework


Home

GstCUDABaseFilter