我使用AVFoundation从连接的相机中捕捉图像。我需要能够手动控制曝光,而不是自动控制。
我找到了AVCaptureDevice.exposureMode(https://developer.apple.com/documentation/avfoundation/avcapturedevice/1388858-exposuremode),它允许我将模式设置为锁定或自定义,但关联的iso和exposureDuration属性仅限iOS。
在OSX中有没有办法控制AVFoundation中的曝光持续时间?或者甚至用另一个框架?