/ARContactLensesDemo

Project used to explain ARKit face tracking concepts in presentations

Primary LanguageSwift

ARContactLenses Demo

This is a simple app used to describe the process of working with ARKit face tracking technology and explaining some basic concepts around it.

The purpose of this app is to change the color of the user’s iris simulating that they are wearing colored contact lenses. It looks like the following example:

Contact lenses example

About

Prerequisites

  • Xcode 10 or later.
  • iPhone or iPad with iOS 12 and TrueDepth camera

Running the Application

  1. Clone or download the repo and open the project.
  2. You must compile this project with an iPhone with TrueDepth camera as target device (i.e. iPhone X and above).
  • Emulators will not work due to hardware limitations (including Metal and camera).