当我使用captureStillImageAsynchronouslyFromConnection
和AVCaptureStillImageOutput
的AVCaptureSessionPresetPhoto
方法捕获静止图像时,尝试从CMGetAttachment
用kCGImagePropertyExifDictionary
和CVImageBuffer
检索exif数据会返回NULL
。我特别需要最后拍摄的照片的ISO评级。我如何检索该信息?
最佳答案
问题是,我将CMGetAttachment
与CVImageBuffer
一起使用,但是我不得不将其与CMSampleBuffer
一起使用。
关于iphone - 来自captureStillImageAsynchronouslyFromConnection的meta/exif数据丢失,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/5853158/