我正在为 WP8 开发一个简单的 Flash Light 应用程序,我正在使用 JustinAngel 在这个问题中的出色示例代码:Reflection failure when trying to access Microsoft.Phone.Media.Extended
我的问题是;如何关闭相机闪光灯?我一直在尝试设置 VideoTorchMode.Off 属性,但是当我尝试使用下面的代码再次启动相机时,它只会引发以下错误:Operation is not valid due to the current state of the object.
// get the AudioViceoCaptureDevice
var avDevice = await AudioVideoCaptureDevice.OpenAsync(sensorLocation,
AudioVideoCaptureDevice.GetAvailableCaptureResolutions(sensorLocation).First());