所以我注意到天黑了,你按下iPhone手机屏幕上的它会聚焦'并且比区域更亮。
我认为我把焦点放在了一边:
if (captureDevice?.lockForConfiguration(nil) == true) {
self.captureDevice?.focusPointOfInterest = CGPointMake(focus_x, focus_y)
}
但是,如何让它更明亮呢?它似乎不是通过lowlightboost完成的,因为我的手机不支持(5S)。它也没有使用闪光灯。
有什么想法吗?