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:

  1. Do a single perspective projections for the whole image
  2. 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:

Displaying a Point Cloud Using Scene Depth

Tagged with: