Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 761 Bytes

File metadata and controls

29 lines (19 loc) · 761 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0] - 2025-03-17

Added

  • Add a timeout argument to CudaCapturer::next_frame and SystemCapturer::next_frame.
  • Add is_new_frame to SystemFrameInfo and CudaFrameInfo.

[0.1.5] - 2024-01-08

Changed

  • Updated dependencies.

[0.1.4] - 2024-01-08

Changed

  • Set magic private data in API to enable NvFBC for GeForce GPUs.

[0.1.3] - 2023-11-18

Added

  • Option to decide how to capture next frame.
  • Option to set sampling rate.
  • Option to bind / release CUDA contexts.