sskodje / ScreenRecorderLib

A .NET library for screen recording in Windows, using native Microsoft Media Foundation for realtime encoding to h264 video or PNG images.
MIT License
414 stars 94 forks source link

Recording error: The specified device interface or feature level is not supported on this system #291

Closed qayyumabro closed 7 months ago

qayyumabro commented 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?

qayyumabro commented 7 months ago

Found it: var source = new DisplayRecordingSource(DisplayRecordingSource.MainMonitor.DeviceName); source.RecorderApi = RecorderApi.WindowsGraphicsCapture;

It should be in latest wiki.