google-ar / arcore-unity-sdk

ARCore SDK for Unity
https://developers.google.com/ar
Other
1.4k stars 402 forks source link

augmented faces multiple support #569

Open yupengfei opened 5 years ago

yupengfei commented 5 years ago

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

  1. Open the demo
  2. m_AugmentedFaceList.Count is always 0 or 1

WORKAROUNDS (IF ANY)

ADDITIONAL COMMENTS

nbkhanhdhgd commented 5 years ago

Hi @yupengfei

I have same problem. Did you resolve that problem ?

ndamofli commented 4 years ago

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()}");
ndamofli commented 4 years ago

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.

kushwaha03 commented 4 years ago

how can be change position of object ( like 3D model Fox)