Post

Replies

Boosts

Views

Activity

converting(toDepthDataType: kCVPixelFormatType_DepthFloat16) does not work
an AVDepthData class method converting(toDepthDataType: kCVPixelFormatType_DepthFloat16) does not work. let depthData = photo.depthData depthData.converting(toDepthDataType: kCVPixelFormatType_DepthFloat16) let ddType = depthData.depthDataType ddType value is 1751411059 which means kCVPixelFormatType_DisparityFloat16. How do I get the DepthFloat16 format data?
1
0
1.5k
Dec ’22