GstCUDA - libGstCUDA API: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
mNo edit summary
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{GstCUDA Page |  
{{GstCUDA/Head|previous=GstCUDA Framework|next=GstCUDABaseFilter|keywords=GstCUDA base class, GstCUDA APIs, libGstCUDA, GstCUDA base class documentation, GstCUDA API documentation,libGstCUDA API, libGstCUDA API documentation, libGstCUDA base class}}
[[GstCUDA - GstCUDA Framework|GstCUDA Framework]]|
[[GstCUDA - GstCUDABaseFilter|GstCUDABaseFilter]]|


This page shows the libGstCUDA API documentation provided in the GstCUDA framework.
This page shows the libGstCUDA API documentation provided in the GstCUDA framework.
Line 8: Line 6:


==Description==
==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.
LibGstCUDA API consists of a library that exposes 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 optimal performance, due to the direct handling of NVMM memory type buffers and zero memory copy interface between GStreamer and CUDA.


==API Documentation==
==API Documentation==


[https://ridgerun.github.io/gst-cuda/libs/gst-cuda-libs-gstcuda.html '''libGstCUDA API documentation'''].


}}
{{GstCUDA/Foot|previous=GstCUDA Framework|next=GstCUDABaseFilter}}

Latest revision as of 20:51, 11 September 2020


Previous: GstCUDA Framework Index Next: GstCUDABaseFilter




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

Description

LibGstCUDA API consists of a library that exposes 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 optimal performance, due to the direct handling of NVMM memory type buffers and zero memory copy interface between GStreamer and CUDA.

API Documentation

libGstCUDA API documentation.


Previous: GstCUDA Framework Index Next: GstCUDABaseFilter