Hello,
at the moment I am trying to get the Blendshapes values,
GetAllGeometriesByClass(ARFaceGeometry)–>GetBlendshapeValue however the engine always returns 0.0
and if i call the GetAllGeometriesByClass(ARFaceGeometry)–>GetBlendShapes->Find(AnyShape) function, the result is False
what am I doing wrong ? the strangest thing is that the function GetAllGeometriesByClass(ARFaceGeometry)–>GetWorldSpaceEyeTransform returns the correct value
however, blendshape values cannot be retrieved
1 Like
Did you find anything in this yet?
Unfortunately not, after version 4.25 the class “GoogleARCoreFaceMeshComponent” is marked as UDEPRECATED_
in 4.25 you could at least get a face mesh and try to implement blendshapes yourself by comparing vertices, but at the moment there are no options at all, I’m now trying to bring GoogleARCoreFaceMeshComponent back to life in version 5.1