GstCUDA - GstCUDA Base Class Example Elements
← |
⌂ Home |
→ |
This page describes examples of elements using GstCUDA base classes.
Description
GstCUDA offers example elements based on four different classes: GstCUDABaseFilter, GstCUDABaseMISO, GstCUDABaseSIMO and GstCUDABaseMIMO. This examples are created as a template guide and help users to develop their own CUDA elements. Those, allow the user implement an algorithm in the element to process data directly by the GPU without using an external CUDA library algorithm.
ExampleFilter
This template is an example of an element implementing GstCUDABasefilter class. Thus, the user can create a logic for a single-input/single-output CUDA filter.
ExampleMux
Under Construction
ExampledeMux
Under Construction
ExampleMimo
Under Construction
← |
⌂ Home |
→ |