Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (7 loc) · 765 Bytes

File metadata and controls

7 lines (7 loc) · 765 Bytes

NVIDIA Capture SDK for Java

This project creates bindings to java for the NVIDIA Capture SDK.

How to install

In order to use this library, you need to download NVIDIA Capture SDK and copy the contained dll into src/main/resources/win32-x86-64 of either this project or the one you wish to use this in. Please note that NvFBC is deprecated on windows and disabled on consumer cards on linux. To work around this, please check out nvidia-patch

How to use

Refer to the NVIDIA Capture SDK documentation for more information on how to use the library. The java function is a direct mapping to the capture sdk included header file.