iPhone 4 的 LED 背光

发布于 2024-09-09 01:36:30 字数 305 浏览 1 评论 0原文

我试图弄清楚如何使用 UIIMagePicker 或某种方式来使用 iPhone 4 的背光 LED。我正在尝试使用带有按钮的 UIView 来打开 LED 灯并打开 LED 灯。关闭而不显示任何视频。这可能吗?有什么帮助吗?

编辑

我一直在使用 AVCaptureDevice 类或至少尝试使用。当涉及到导入#import时,它告诉我它无效。

我尝试使用的代码是 http://twitpic.com/23lv9v

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 I am trying to use is http://twitpic.com/23lv9v

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

紙鸢 2024-09-16 01:36:30

您必须为此启用相机。查看 AVCaptureDevice 类 和可能是 AVCaptureTorchMode 和 AVCaptureFlashMode。

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

我的黑色迷你裙 2024-09-16 01:36:30

您需要设置[videoCaptureDevice lockForConfiguration:nil];
然后你可以打开手电筒...

请参阅文档: http://developer.apple.com/iphone/library/documentation/AVFoundation/Reference/AVCaptureDevice_Class/Reference/Reference.html

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文