Closed qayyumabro closed 7 months ago
I see it's already reported but is there a way to make it use integrated graphics using c# instead of manually doing it?
Found it: var source = new DisplayRecordingSource(DisplayRecordingSource.MainMonitor.DeviceName); source.RecorderApi = RecorderApi.WindowsGraphicsCapture;
It should be in latest wiki.
I see it's already reported but is there a way to make it use integrated graphics using c# instead of manually doing it?