如何强制AVCaptureDevice自动调整曝光

时间:2014-11-01 23:37:31

标签: macos cocoa camera avfoundation avcapturedevice

有没有办法迫使Mac上的AVCaptureDevice调整曝光?我正在使用相机拍照,并提高屏幕的亮度以尽可能多地投射光线,但这会导致曝光被吹灭。我将其exposureMode设置为连续自动曝光,但它看起来并不像我想的那样快速响应。

有没有办法调用[device adjustExposure]或类似的东西?我希望手动调整曝光,这在这里会有点过分。

1 个答案:

答案 0 :(得分:-1)

您可以对设备的曝光设置进行一些控制,您可以在the "Managing Exposure Settings" section of the AVCaptureDevice documentation中看到可以清除的精确内容。

也许您可以尝试调整设备的"whiteBalanceMode",我会看到一些潜在的useful constants in there