MediaCaptureWPF icon indicating copy to clipboard operation
MediaCaptureWPF copied to clipboard

Exception while initializing media capture

Open HarshSharma12 opened this issue 7 years ago • 0 comments

I am getting {"Exception from HRESULT: 0xC00DABE0"} on Line 26 of MainWindow.xaml.cs (await capture.InitializeAsync....)

Following is the stack trace at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.GetResult() at CaptureTestApp.MainWindow.<OnActivated>d__1.MoveNext() in ...\CaptureTestApp\MainWindow.xaml.cs:line 26

HarshSharma12 avatar Aug 23 '17 07:08 HarshSharma12