Turn on torch with MediaCapture on Windows Phone Silverlight 8.1
问题 My problem is quite simple, I cannot turn on the flash light with the MediaCapture API from windows phone 8.1. (I succedded with the 8.0 API) I built a very simple project with 2 buttons, one to toggle the FlashControl and the other one to toggle TorchControl. There is no crash, no exception. My phones support FlashControl and TorchControl. I also debug step-by-step and everything looks good, values are changed when buttons are clicked. Here is my code: MediaCapture m_captureManager; public