Search code examples
androidkotlinimage-processingfirebase-mlkit

How should I build a project in native Android which has a feature like Lenskart?


I want to just put glass over eyes.

I can use the CameraX Library for taking picture. and take some coordinates for eyes.

Any best way to approch this problem


Solution

  • Have you tried ML Kit's Face Detection API? It can detect facial "landmarks", including eyes.