giandifra / arcore_flutter_plugin

Flutter plugin for ARCore SDK, Android platform to build new augmented reality experiences
MIT License
434 stars 281 forks source link

Getting face mesh and face vertices #80

Open rafroes1 opened 4 years ago

rafroes1 commented 4 years ago

I was wondering if it is possible to get all the face vertices, distances between them and theirs X, Y, Z positions.

So far I have been working with ArCoreFaceView and its controller, but the only thing I could do so far is to load textures on the face. What I'm looking for is to get the face geometrics.

I have previously worked with native android and there is a class in ArCore named AugmentedFace where makes it possible to get all the face geometrics using .getMeshVertices() function. Is that possible in flutter or anything similar to that?

dbrunonascimento commented 3 years ago

@rafroes1 I'm looking for something similar.

busterbogheart commented 3 years ago

Any updates on this?