Open tiggerik opened 4 years ago
That's an issue that I'm getting report from users with Windows 10. Still not sure what could be it.
Do you get any error message when this happens?
Have you tried to open Event Viewer to check if there's any error message in there? (In the Windows Logs > Application section)
This line returns E_FAIL
. I'm on a Surface Book 3 (which has 2 cameras - or 3 including the IR camera).
0:000> !clrstack
OS Thread Id: 0x19cc (0)
Child SP IP Call Site
0000008b66d3cf88 00007fff51f9a1ac [HelperMethodFrame: 0000008b66d3cf88] System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32, IntPtr)
0000008b66d3d070 00007ffecf4682a7 ScreenToGif.Webcam.DirectX.CaptureWebcam.RenderGraph()
0000008b66d3d1b0 00007ffecf467bda ScreenToGif.Webcam.DirectX.CaptureWebcam.StartPreview()
0000008b66d3d1e0 00007ffecf462aa5 ScreenToGif.Controls.WebcamControl.Refresh()
0000008b66d3d240 00007ffecf4650c1 ScreenToGif.Windows.Webcam.VideoDevicesComboBox_SelectionChanged(System.Object, System.Windows.Controls.SelectionChangedEventArgs)
0000008b66d3d2b0 00007fff020b8b9f System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)
0000008b66d3d2f0 00007fff020d33a6 System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.R
Couldn't figure out how to step into the COM method, so that's as far as I can go unfortunately (for now).
I tried to connect an external camera to my surface pro 4 and it worked well. Only the internal front and rear cameras crashed.
Is it a dual camera problem?