nonth / react-native-face-detection

react-native face detection using Google ML Kit
MIT License
45 stars 22 forks source link

Apple devices issue #10

Open zheoreh opened 1 year ago

zheoreh commented 1 year ago

I use react-native-image-picker module and its launchImageLibrary and launchCamera methods to get selfie photo, but on apple devices (iphone and ipad) react-native-face-detection doesn't find faces. But images with faces from another sources (internet) works with react-native-face-detection within ios. I mean If I make a selfie within ios (with launchImageLibrary (photo made with ios camera) or launchCamera) it doesn't work. What is the reason? I wasn't able to run your example. I have an error when run react-native start