I want to create a function that uses face recognition and image tracking at the same time using the front camera.
- Is it possible to perform image tracking using the front camera?
- Is it possible to perform image recognition and face recognition at the same time?
I can perform face recognition now, but not image tracking at the same time.
in android env
By and large, the answer is probably going to be no.
But, if you can run the AR Foundation samples app (GitHub - Unity-Technologies/arfoundation-samples: Example content for Unity projects based on AR Foundation), you can use the Debug Menu scene to check if any of the configurations on your phone support both face tracking and image tracking at the same time. Each of the numbered columns show different available configurations for the phone.
AR Foundation Debug menu | AR Foundation | 6.0.0-pre.3 (unity3d.com)
A video showing how to manage configurations can be found here: What’s new in Unity’s AR Foundation | Unite Now 2020 - YouTube
Even if I implement object tracking using barracuda, can’t I use barracuda’s object recognition and AR Foundation’s facial recognition at the same time?
All we can tell you is the expected behavior of ARCore, ARKit, etc. If you implement a third-party tracking solution, that would be on you to determine which platforms and cameras your tracking solution supports.