mediapipe_multi_hands_tracking_aar_example
mediapipe_multi_hands_tracking_aar_example copied to clipboard
Need to Deduct Land Marks With Out Surface View
Hi landmarks are deducted only why it is rendered on surface view if we disable the following line
ViewGroup viewGroup = findViewById(R.id.preview_display_layout); viewGroup.addView(previewDisplayView);
in the function setupPreviewDisplayView() then no landmarks are deducted, want landmarks without the surface view.