MCarlomagno / FaceRecognitionAuth

😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.
BSD 3-Clause "New" or "Revised" License
390 stars 194 forks source link

Method _convertCameraImage not working in IOS? #7

Open doanbh opened 3 years ago

doanbh commented 3 years ago

I run this app on my Android device then everything works fine. But when running on IOS after I debug, the _convertCameraImage method does not return results. It seems that in that method there is too much computation so it doesn't work on iOS or something like that. Please give me a way to solve this problem. Thank you.

MCarlomagno commented 3 years ago

Sorry, I can't help you since I couldnt test the project in iOS yet. Currently I can only provide support in Android devices

peterlazar1993 commented 3 years ago

@doanbh #23 should fix this. Can ya test it out please?