Augmented reality (AR) overlays digital information on the real world. ARCore and ARKit are platforms for building AR apps on Android and iOS respectively. ARCore uses motion tracking and environmental understanding to allow virtual objects to interact with the real world. It was developed by Google as the successor to Tango. ARKit uses visual-inertial odometry and plane detection for positioning virtual objects. While ARKit has better tracking, ARCore enables more reliable tracking recovery and environmental mapping. Both aim to make AR development easier by handling complex computer vision tasks.
Related topics: