nvfbc
This library contains a safe FFI for NVFBC from NVIDIA.
Supported GPUs
As this uses a proprietary NVIDIA API, the supported devices are limited to NVIDIA GPUs. Additionally, the NVFBC API is only officially supported on GRID, Tesla, or Quadro X2000+ GPUs. Unofficial support is possible by applying a patch to the NVFBC library.
Supported capture types
Currently only CUDA and system (RAM) capture types are supported.
Example: Saving an image.
use ;
Future work
Support for configuration is currently limited, to keep the code simple and concise. Future releases will add more configuration options.
License: BSD-2-Clause