kareem esam

Results 2 comments of kareem esam

same Error ``` E/ImageError(27709): Getting Image failed E/ImageError(27709): java.lang.IllegalArgumentException I/flutter (27709): error: PlatformException(InputImageConverterError, java.lang.IllegalArgumentException, null, null) I/flutter (27709): inputImage.metadata: Instance of 'InputImageMetadata' ``` configuration: ``` google_mlkit_face_detection: ^0.11.0 camera: ^0.11.0+2 camera_android_camerax:...

problem solved for me it was very simple as i wan converting to NV21 format on android but when passing the format property to the `InputImage.fromBytes(format:format)` this caused the problem...