Open hakeemsyd opened 2 years ago
I am unable to save the augmented face in mp4. I have followed the codelabs tutorial and docs but it doesn't specify how to do it for augmented faces.
adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"
adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:
adb shell getprop ro.build.fingerprint
1. 1. 1.
Hi, Have you found any solution to this?
SPECIFIC ISSUE ENCOUNTERED
I am unable to save the augmented face in mp4. I have followed the codelabs tutorial and docs but it doesn't specify how to do it for augmented faces.
VERSIONS USED
On Windows, use:
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