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

Time:06-26

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

CodePudding user response:

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

  • Related