Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.6.2, 5.6.3, 5.9.1
-
None
-
4566ef694b0e3b36069e1861bb5b142a865974da
Description
Trying to access the camera when using the UWP backend will freeze the application. Windows 10 uses dialogs to ask for permission when using the webcam. Using a blocking wait in our code prevents the dialog from being shown and thus freezes the application.