mediapipe
mediapipe copied to clipboard
Noisy MpImage in android
Hey there, In realtime face detection in android, I'm using the code below to convert input image to bitmap:
val inputBitmap = BitmapExtractor.extract(input)
but the extracted bitmap is so noisy, what is the problem?