Is it possible to do perspective correction in ARKit using the captured depth map? Like on the continuity camera "desk view" for example
Glad you’re also a fan of the new desk view feature. There are potentially two solutions to this:
- Do a single perspective projections for the whole image
- Use a per-pixel correction like you suggested
Both come with their own benefits and drawbacks. Please check out our documentation for implementing the second approach: