Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pancaketas/nvidia-capture-java
NVIDIA Capture SDK (NvFBC) Bindings for Java
https://github.com/pancaketas/nvidia-capture-java
jna nvidia nvidia-capture
Last synced: 27 days ago
JSON representation
NVIDIA Capture SDK (NvFBC) Bindings for Java
- Host: GitHub
- URL: https://github.com/pancaketas/nvidia-capture-java
- Owner: PancakeTAS
- License: mit
- Created: 2024-02-12T00:23:49.000Z (9 months ago)
- Default Branch: develop
- Last Pushed: 2024-02-19T22:19:19.000Z (9 months ago)
- Last Synced: 2024-02-19T23:29:58.659Z (9 months ago)
- Topics: jna, nvidia, nvidia-capture
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://developer.nvidia.com/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](https://github.com/keylase/nvidia-patch)
## How to use
Refer to the [NVIDIA Capture SDK](https://developer.nvidia.com/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.