fix: Register NormalizedLandmarkList type
This commit is contained in:
parent
19d895eb73
commit
08380c0d0b
|
@ -31,6 +31,12 @@ public class MainActivity extends com.google.mediapipe.apps.basic.MainActivity {
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
|
|
||||||
|
// Register NormalizedLandmarkList type
|
||||||
|
ProtoUtil.registerTypeName(
|
||||||
|
NormalizedLandmarkList.class,
|
||||||
|
"mediapipe.NormalizedLandmarkList"
|
||||||
|
);
|
||||||
|
|
||||||
// To show verbose logging, run:
|
// To show verbose logging, run:
|
||||||
// adb shell setprop log.tag.MainActivity VERBOSE
|
// adb shell setprop log.tag.MainActivity VERBOSE
|
||||||
if (Log.isLoggable(TAG, Log.VERBOSE)) {
|
if (Log.isLoggable(TAG, Log.VERBOSE)) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user