MCarlomagno / FaceRecognitionAuth

😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method _convertCameraImage not working in IOS?

doanbh opened this issue · comments

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.

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

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