#Screen source
Video Capture SDK .Net VideoCaptureCoreX VideoCaptureCore
Screen capture is a process of copying what you see on your screen.
Video Capture SDK .Net allows you to capture the entire screen, a single window, or a selected area of the screen.
#Windows
On Windows you can use DirectX 9 or DirectX 11/12 for screen capture. DirectX 11 and 12 are faster and more efficient than DirectX 9.
For window capture, you can use the DirectX 11.
To capture the mouse cursor, set the AllowCaptureMouseCursor
property to true
.
Use DisplayIndex
to select the display to capture. The default value is 0.
Use ScreenPreview
or ScreenCapture
mode to preview or capture video from the device.
#Capture full screen or screen area
To capture a screen specify the full screen mode or rectangle area.
#Capture window
To capture a window specify the window handle.
Visit our GitHub page to get more code samples.