Giter Site home page Giter Site logo

explorethefloor / dotnet-window-capture Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mika-f/dotnet-window-capture

0.0 0.0 0.0 61 KB

Captures a window or desktop screen and renders it in WPF or DirectX.

License: MIT License

C# 96.07% HLSL 3.93%

dotnet-window-capture's Introduction

.NET Window Capture Samples

NOTE: This is an experimental project. Please use it at your own risk.

Captures a window or desktop screen and renders it in WPF or DirectX.

System Requirements

  • Windows 10 (64-bit, April 2018 Update)
  • DirectX 11
  • .NET Framework 4.7.2
  • Visual Studio 2019

Capture Methods

Project Name Minimal Windows Version Render To Platform
Win32.BitBlt Windows 95 DirectX Win32
Win32.DesktopDuplication Windows 8 DirectX Win32
Win32.DwmSharedSurface Windows 7 DirectX Win32
Win32.DwmThumbnail Windows 7 WPF Win32
WinRT.GraphicsCapture Windows 10 1803 DirectX WinRT

Comparison

Compare with capture target

Capture Method Window Capture Desktop Capture Outside of Desktop HW Acceleration DirectX Games
Win32.BitBlt Yes Yes Yes No Yes
Win32.DesktopDuplication No Yes No Yes Yes
Win32.DwmSharedSurface Yes No Yes No Yes
Win32.DwmThumbnail Yes No Yes Yes Yes
WinRT.GraphicsCapture Yes Yes Yes Yes Yes

Compare with capture source

Capture Method Window Handle Monitor Handle Another
Win32.BitBlt Yes No -
Win32.DesktopDuplication No No Device (Monitor)
Win32.DwmSharedSurface Yes No -
Win32.DwmThumbnail Yes No -
WinRT.GraphicsCapture Yes * Yes * Embedded Picker
  • *: Require Windows 10 1903 or greater.

Compare with delay

Capture Method Delay (ms)
Win32.BitBlt ~ 20ms
Win32.DesktopDuplication N/A
Win32.DwmSharedSurface ~ 20ms
Win32.DwmThumbnail 0ms
WinRT.GraphicsCapture ~ 40ms
  • I used this video to investigate the delay.
  • It is just a reference value, but it is certain that the delay of Win32.DwmThumbnail is 0 ms.
    • This is because it uses a drawing method that is entirely common to other windows.

License

This project is licensed under the MIT license.

Third-Party Notices

Dependencies

Code Includes

dotnet-window-capture's People

Contributors

mika-f avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.