react-native-face-detector-camerais an Expo module that uses device's front camera and MLKit to detect faces in real-time and visualize the detected face on the screen. If this package helped you please give it
react-native-vision-camera-face-detector is a React Native library that integrates with the Vision Camera module to provide face detection functionality. It allows you to easily detect faces in real-time using device's front and back camera. If you like this package please give it a ⭐ on...
react-native-vision-camera-face-detector/ios/VisionCameraFaceDetector.swift Lines 220 to 231 in 4d3629e let image = VisionImage(buffer: frame.buffer) image.orientation = frame.orientation var scaleX:CGFloat var scaleY:CGFloat if autoScale { scaleX = screenBounds.size.width / CGFloat...
The expo libraries rely on GoogleUtilities 1.3.2, while firebase requires 5.x to work with react native 0.59. I am not sure if it's possible to just bump the GoogleUtilities version used by expo-face-detector since it's actually a dependency of GoogleMobileVision/Detector (1.1.0), and Go...
.facebook.react.bridge.WritableNativeArray;importcom.facebook.react.bridge.WritableNativeMap;importcom.google.android.gms.tasks.Task;importcom.google.android.gms.tasks.Tasks;importcom.google.mlkit.vision.common.InputImage;importcom.google.mlkit.vision.face.Face;importcom.google.mlkit.vision.face.Face...