The Face API gives coordinates of the lips but can we specifically get the color of the lips?
Asked
Active
Viewed 144 times
1 Answers
0
There's one property that you might find useful: faceAttributes.makeup.lipMakeup
. But, it's just a boolean. You get it by adding makeup
to the returnFaceAttributes
parameters.

Maria Ines Parnisari
- 16,584
- 9
- 85
- 130
-
I looked at that but, it does not help me find a specific color – Rowdur Dec 12 '17 at 08:33
-
Well if you know the coordinates of the lip you can pretty much get the colour yourself I guess. – Maria Ines Parnisari Dec 12 '17 at 08:34