afsaredrisy / MediapipeHandtracking_GPU_Bitmap_Input

Handtracking mediapipe sample with bitmap RGB input
31 stars 10 forks source link

Enabling logs #4

Open onuralpszr opened 2 years ago

onuralpszr commented 2 years ago

Hello, I used your code for trying to handle by image but I notice that you also closed callbacks in here (https://github.com/afsaredrisy/MediapipeHandtracking_GPU_Bitmap_Input/blob/master/handtrackinggpu/MainActivity.java#L82)

I see that when I tried to used, I'll get 4-5 packet but then it is crashed ? Is there any way to handle that ?

Thank you.