GstCUDA - libGstCUDA API

From RidgeRun Developer Wiki
Revision as of 20:51, 11 September 2020 by Spalli (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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