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