Sorry. It was a rookie mistake.
let dd = photo.depthData.converting(toDepthDataType: kCVPixelFormatType_DepthFloat16);
let ddType = dd.depthDataType;
ddType value is 1751410032 which means kCVPixelFormatType_DepthFloat16.
It is working.
Post
Replies
Boosts
Views
Activity
I'm also having the same problem.