Open yupengfei opened 5 years ago
Hi @yupengfei
I have same problem. Did you resolve that problem ?
ARCore cannot detect more than one face. Using SDK v.1.12.0.
AugmentedFacesExampleController.cs
Session.GetTrackables<AugmentedFace>(m_TempAugmentedFaces, TrackableQueryFilter.All);
Debug.Log($"Detected Faces = {m_TempAugmentedFaces.Count.ToString()}");
ARCore cannot detect more than one face. Using SDK v.1.12.0.
AugmentedFacesExampleController.cs
Session.GetTrackables<AugmentedFace>(m_TempAugmentedFaces, TrackableQueryFilter.All); Debug.Log($"Detected Faces = {m_TempAugmentedFaces.Count.ToString()}");
Same with SDK v.1.13.0.
how can be change position of object ( like 3D model Fox)
SPECIFIC ISSUE ENCOUNTERED
Does ARCore Augmented Faces has any possibility to return more than one face or it only return one face in any devices?
VERSIONS USED
STEPS TO REPRODUCE THE ISSUE
WORKAROUNDS (IF ANY)
ADDITIONAL COMMENTS