I am new to ARCore and interested to use the AugmentedFace API, I want to complete the AugmentedFace codelab here and a lot of the links are now broken. The codelab uses sceneform and to my knowledge sceneform is archived and not maintained anymore.
My question is is ARCore AugmentedFace API still available? if yes, do I still need sceneform?
SPECIFIC ISSUE ENCOUNTERED
I am new to ARCore and interested to use the AugmentedFace API, I want to complete the AugmentedFace codelab here and a lot of the links are now broken. The codelab uses sceneform and to my knowledge sceneform is archived and not maintained anymore.
My question is is ARCore AugmentedFace API still available? if yes, do I still need sceneform?
VERSIONS USED
adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"
On macOS, use:adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:
adb shell getprop ro.build.fingerprint
:STEPS TO REPRODUCE THE ISSUE
1. 1. 1.
WORKAROUNDS (IF ANY)
ADDITIONAL COMMENTS