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
I use
react-native-image-picker
module and itslaunchImageLibrary
andlaunchCamera
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 withreact-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 runreact-native start