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?
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?