mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

Noisy MpImage in android

Open alizarei95 opened this issue 11 months ago • 0 comments

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?

alizarei95 avatar Dec 24 '24 12:12 alizarei95