From 06eeb997cd2e77c59e49352ab7416c7c2797b6aa Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Wed, 25 Mar 2020 16:45:02 +0200 Subject: Switched ScreenCaptureEngine to use GDI instread of DX. --- Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureEngine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureEngine.cs') diff --git a/Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureEngine.cs b/Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureEngine.cs index 8920b983b..527b54b7d 100644 --- a/Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureEngine.cs +++ b/Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureEngine.cs @@ -70,7 +70,7 @@ namespace Tango.RemoteDesktop public ScreenCaptureEngine(IBitmapComparer comparer) { FrameRate = 10; - CaptureMethod = new CaptureMethods.DirectXScreenCapture(); + CaptureMethod = new CaptureMethods.GdiScreenCapture(); CaptureRegion = new CaptureRegion(System.Windows.Forms.Screen.PrimaryScreen.Bounds); Comparer = comparer; CaptureCursor = true; -- cgit v1.3.1