I'm looking to make an app that uses AR technologies, I need to know if its possible to gather point cloud information on an iPhone that doesn't have LiDAR. Ideally, if this information comes with depth / confidence information too.
I do know that ARCore supports this with the depth and raw depth API for android phones without depth sensors, but can ARKit also achieve this? In fact, given ARCore supports iOS, is it possible to use the ARCore depth API on iOS?
Also, does anyone know how accurate ARKit point clouds are compared to ARCore point clouds?
Thanks to everyone who is able to respond!