You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: face/photo-demo/app/src/main/java/com/google/android/gms/samples/vision/face/photo/PhotoViewerActivity.java
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
importandroid.graphics.Bitmap;
20
20
importandroid.graphics.BitmapFactory;
21
21
importandroid.os.Bundle;
22
+
importandroid.util.Log;
22
23
importandroid.util.SparseArray;
23
24
24
25
importcom.google.android.gms.vision.Frame;
@@ -32,6 +33,8 @@
32
33
* photo and displaying the photo with associated landmarks in the UI.
0 commit comments