jjzjj

depthData

全部标签

ios - 来自 AVDepthData 的深度图不同于 Photoshop 中的 HEIC 文件深度数据

我正在使用以下代码提取深度图(按照Apple自己的示例):-(nullableAVDepthData*)depthDataFromImageData:(nonnullNSData*)imageDataorientation:(CGImagePropertyOrientation)orientation{AVDepthData*depthData=nil;CGImageSourceRefimageSource=CGImageSourceCreateWithData((CFDataRef)imageData,NULL);if(imageSource){NSDictionary*auxDat