Hi guys, I’m currently doing some R&D for an iOS/Android App which uses the front camera to create a mesh, read vertex position and according to vertex distance it figures out some very basic “Emotion Reading”.
Using ARFoundation it works great on both iOS and Android but it doesn’t work on iPhones without the true depth camera, what I don’t understand is why it works on Android devices without a true depth camera but not on iOS? Is there a way to make it works on those devices?
Currently I’m spending several ours a day to find a solution but so far…no luck. Any idea?
Yeah I get that but ARFoundation uses both ARKit and ARCore, ARCore Face Mesh works with “Regular” cameras exactly like the ones on iPhone SE,6s,7 and 8. I assumed that ARFoundation will switch to ARCore on phones without True Depth Camera