mediapipe_multi_hands_tracking_aar_example icon indicating copy to clipboard operation
mediapipe_multi_hands_tracking_aar_example copied to clipboard

Need to Deduct Land Marks With Out Surface View

Open Kiru3014 opened this issue 3 years ago • 0 comments

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.

Kiru3014 avatar Jul 14 '21 07:07 Kiru3014