Windows Phone 8.1 Camera Initialisation - Access Denied Exception
问题 Using the 8.1 MediaCapture classes for Windows Phone. Have declared the capabilities for "Audio" and "Webcam", which 90% is what would be the cause of the exception. Kicker is, it works perfectly in the WP emulator, but breaks on an actual device. Exact exception is here : I have added a mountain of checks to make sure we aren't re-initializing the already initialized camera or trying to read before the initializations.. etc (as I assumed the issue was being caused by) So it is very unlikely