开发者

iPhone 4's LED Backlight

I am trying to figure out how to use the UIIMagePicker or some way to use the iPhone 4's Backlight LED. I am trying to use a UIView with a button on it to turn the LED on & off without showing any video. Is this even possible? Any help?

EDIT

I've been using AVCaptureDevice class or at least trying to. When it comes to importing #import It tells me it isnt valid.

The code 开发者_Python百科I am trying to use is http://twitpic.com/23lv9v


You have to enable the camera for that. Look at the AVCaptureDevice Class and possibly AVCaptureTorchMode and AVCaptureFlashMode.


you need to set [videoCaptureDevice lockForConfiguration:nil]; then you can turn on the torch...

See the docs: http://developer.apple.com/iphone/library/documentation/AVFoundation/Reference/AVCaptureDevice_Class/Reference/Reference.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜