Search code examples
augmented-realityarcore

AR Core: Snapchat like face filtering


Using AR Core I want to do Snapchat-like face filtering and AR. Is there a sample app with source code I can look at as a reference?


Solution

  • At the time of writing, ARCore is not suitable for face tracking and filtering. You can use OpenCV and their Face Recongition API.

    For landmark detection, there is the Facial Landmark API available for which you also can find a non-official demo app on Google play.