Nickolas Damofli

Results 3 comments of Nickolas Damofli

Thank you guys so much for the response. I am doing calculations (sum) in a form, and even if i don't enter numbers for a column, i still get the...

ARCore cannot detect more than one face. Using SDK v.1.12.0. **AugmentedFacesExampleController.cs** ``` Session.GetTrackables(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(m_TempAugmentedFaces, TrackableQueryFilter.All); > Debug.Log($"Detected Faces = {m_TempAugmentedFaces.Count.ToString()}"); > ``` Same with SDK...