复制iPhone相机水龙头以在AVFoundation中增亮/聚焦

时间:2014-11-28 03:47:14

标签: ios objective-c swift avfoundation

所以我注意到天黑了,你按下iPhone手机屏幕上的它会聚焦'并且比区域更亮。

我认为我把焦点放在了一边:

        if (captureDevice?.lockForConfiguration(nil) == true) {
        self.captureDevice?.focusPointOfInterest = CGPointMake(focus_x, focus_y)
       }

但是,如何让它更明亮呢?它似乎不是通过lowlightboost完成的,因为我的手机不支持(5S)。它也没有使用闪光灯。

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

与您已使用的focusPointOfInterest属性类似,还有一个exposurePointOfInterest属性可帮助您实现您正在寻找的功能。