Skip to content

Releases: DarthAffe/ScreenCapture.NET

v1.2.1

Choose a tag to compare

@DarthAffe DarthAffe released this 22 Feb 23:03
ffc52e8
  • Updated Vortice
  • Added .NET 7 Target
  • Removed unsupported .NET 5 Target

v1.2.0

Choose a tag to compare

@DarthAffe DarthAffe released this 03 May 19:23
cdc03a9
  • Added IScreenCapture.UpdateCaptureZone to modify existing CaptureZones without having to remove and add them again.
    (This has performance benefits when only X and/or Y is changed; changes to width, height and downscale are internally still reinitializing the zone.)
  • Fixed ambiguous equals in Display

v1.1.0

Choose a tag to compare

@DarthAffe DarthAffe released this 24 Nov 20:08
  • Changed the capturing to use the older DuplicateOutput instead of DuplicateOutput1 to fix problems with capturing inside WPF-threads and to removed the need to call DPIAwareness.Initalize(). (The features of the new version weren't used so far anyway.)
    You can still go back to the previous implementation by passing true to useNewDuplicationAdapter in the constructor of the DX11ScreenCapture
  • Added .NET 6 support
  • Updated Vortice to 1.9.143

Fixed black-bar detection

Choose a tag to compare

@DarthAffe DarthAffe released this 10 Jul 21:56

Fixed a black bar detection issue introduced with the last version.

AMD fix

Choose a tag to compare

@DarthAffe DarthAffe released this 04 Jul 22:50
  • Simplified texture creation logic to fix issues with small capture regions on AMD GPUs. Width is now always correct; Capture and Buffer sizes are removed.
  • Added BytesPerPixel and Stride to CaptureZone
  • Updated Vortice.

Initial release

Choose a tag to compare

@DarthAffe DarthAffe released this 24 May 23:09
v1.0.0

Added nuget-link to readme