CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
317 stars 228 forks source link

How to achieve facial recognition trial wearing #218

Open vonions opened 5 months ago

vonions commented 5 months ago

I want to try on AR glasses with a front facing camera and load a remote GLB file. How can I achieve this function? I can't switch the camera. Thank you.

Cool-Coder174 commented 3 months ago

You can create an ML model or use a pre-made one for facial recognition, then set an anchor to the face, then finally have the model track the face.