Hacker News new | ask | show | jobs
by ilolu 1583 days ago
nice work. Can you point me to resources on learning about capturing depth from iPhone cameras?
1 comments

As I had prior experience with RGBD cameras, for iPhones, I've learned how to use their library than the fundamentals. For example, rear depth information comes from ARKit and more specifically from ARFrame and capturedDepthData property: https://developer.apple.com/documentation/arkit/arframe/2928....