gpt4 book ai didi

ios - 无法从 CMSampleBuffer 获取图像元

转载 作者:行者123 更新时间:2023-11-29 03:12:53 24 4
gpt4 key购买 nike

我正在尝试获取样本缓冲区中的图像元数据,以下是代码片段:

stillImageOutput.CaptureStillImageAsynchronously(requiredConnection,(CMSampleBuffer imageDataSampleBuffer,NSError 错误)=> {
//检索图像
NSData imageData = AVCaptureStillImageOutput.JpegStillToNSData (imageDataSampleBuffer);
stillImage = new UIImage (图像数据);
//无法获取以下代码的替代方法,需要获取图像的 exif/orientation 元数据
//CFDictionaryRef exifAttachments = CMGetAttachment(imageSampleBuffer, kCGImagePropertyExifDictionary, NULL); });

请具体到 Mono。谢谢

最佳答案

Answer on Xamarin Forum

感谢泰勒的回答。必须说这不是一个非常巧妙的方法。

如果有更好的方法可用,请不要回答...

关于ios - 无法从 CMSampleBuffer 获取图像元,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22024961/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com