Frequently Asked Question
How to integrate with KAYA SDK and NVIDIA GPUDirect?
Last Updated 4 years ago
NVIDIA GPUDirect for video technology helps to efficiently transfer video frames in and out of NVIDIA GPU memory. It enables you to establish a direct connection between frame grabber and GPU, “cutting the middleman” memory copy and minimizing latency issues. All that is required is a simple and straight forward integration process, made even simpler by this manual.

Integrating compatible NVIDIA[1] cards is quick and easy:
[1] A list of compatible GPU’s can be found at: NVIDIA DESIGNWORKS - NVIDIA GPUDirect™ for Video
Integrating compatible NVIDIA[1] cards is quick and easy:
- Use our "KYFGLib_Example_QueuedBuffers.c" as your starting point.
- Replace all '_aligned_malloc' function calls with ‘cudaHostAlloc’.
[1] A list of compatible GPU’s can be found at: NVIDIA DESIGNWORKS - NVIDIA GPUDirect™ for Video