Is is possible to turn on the camera's flash in WP7?
This is now possible in the Windows Phone OS 7.1 SDK.
Here's the link to the MSDN article: Access Camera API on WP7
PhotoCamera cam = new Microsoft.Devices.PhotoCamera(CameraType.Primary);
cam.FlashMode = FlashMode.On;
This can't be done programatically in the current SDK.
The user is in exclusive control of this feature on their phone.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With